Skip to content

Commit

Permalink
new dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lolitaroz committed Oct 22, 2024
1 parent 58e797b commit 016e6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

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

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

0 comments on commit 016e6f2

Please sign in to comment.