Skip to content

Commit

Permalink
fix: action working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Aug 3, 2024
1 parent 448e83c commit 8b2e437
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webapp-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Switch to webapp directory
run: cd webapp
- name: Install dependencies
working-directory: ./webapp
run: npm ci
- name: Run ESLint
working-directory: ./webapp
run: npm run lint
- name: Run Prettier
working-directory: ./webapp
run: npm run prettier:check

0 comments on commit 8b2e437

Please sign in to comment.