Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor authored Jul 10, 2024
1 parent 6d39111 commit ff41c2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
shell: bash
run: |
set -e
npm install --production=false
# npx eslint --max-warnings 0 .
npm install eslint --save-dev
npm install prettier@1.18.2 --save-dev
npx eslint --max-warnings 0 .
npm run lint-check

0 comments on commit ff41c2a

Please sign in to comment.