Skip to content

Commit

Permalink
Add working directory to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JongBeom Lee committed Jan 10, 2024
1 parent 072e2fa commit 035d261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm ci
working-directory: ${{ env.working-directory }}
- name: Prettier
run: npm run prettier
working-directory: ${{ env.working-directory }}
- name: Lint
run: npm run lint
working-directory: ${{ env.working-directory }}

0 comments on commit 035d261

Please sign in to comment.