Skip to content

Commit

Permalink
added path
Browse files Browse the repository at this point in the history
  • Loading branch information
lolitaroz committed Oct 22, 2024
1 parent 94d46d2 commit 58e797b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./api # Update this path to the correct directory containing your package.json

- name: Run Prettier
run: npm run format
run: npm run format
working-directory: ./api # Update this path to the correct directory containing your package.json

0 comments on commit 58e797b

Please sign in to comment.