We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72721e5 commit b5a8ca7Copy full SHA for b5a8ca7
1 file changed
.github/workflows/review.yml
@@ -30,7 +30,7 @@ jobs:
30
run: yarn install --frozen-lockfile --check-files
31
32
- name: ✅ Lint code
33
- run: yarn lint
+ run: yarn lint --max-warnings=0
34
35
- name: 🧪 Test code
36
run: yarn test
0 commit comments