Skip to content

Commit

Permalink
chore: front ci 추가 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkmuhyeun authored Mar 5, 2024
1 parent db93c5a commit 1fdfd1b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/conceptbe-fe-ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: conceptbe-fe-ci

on:
pull_request:
branches: [develop]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout source code.
uses: actions/checkout@v3

- name: Install dependencies
run: npm install

- name: Generate build
run: npm run build

0 comments on commit 1fdfd1b

Please sign in to comment.