Skip to content

Commit

Permalink
chore: disallow any linting issues for pulls (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Apr 6, 2022
1 parent 72721e5 commit b5a8ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn install --frozen-lockfile --check-files

- name: ✅ Lint code
run: yarn lint
run: yarn lint --max-warnings=0

- name: 🧪 Test code
run: yarn test
Expand Down

0 comments on commit b5a8ca7

Please sign in to comment.