Skip to content

Commit

Permalink
max warnings 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor committed Jul 9, 2024
1 parent 7a4a99a commit 8b4c493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash
run: |
set -e
npm install eslint
npm install [email protected]
CI=true npx eslint . --max-warnings 0
npm install -g eslint
npm install -g [email protected]
npx eslint --max-warnings 0 .
npm run lint-check

0 comments on commit 8b4c493

Please sign in to comment.