Skip to content

Commit

Permalink
turn off warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ncorriveau committed Jun 13, 2024
1 parent 9496bb9 commit 4ce3dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
npm install
- name: Run ESLint
continue-on-error: true
run: |
cd src/frontend
npx eslint . --max-warnings 0
npx eslint .
- name: Run Prettier
run: |
Expand Down

0 comments on commit 4ce3dc9

Please sign in to comment.