Skip to content

Commit

Permalink
Change GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JongBeom Lee committed Jan 10, 2024
1 parent 422e6e2 commit 32e346d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Move to frontend
run: cd frontend
- name: Install packages
run: npm ci
- name: Prettier
Expand Down

0 comments on commit 32e346d

Please sign in to comment.