We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91aa27 commit 4db4d57Copy full SHA for 4db4d57
.github/workflows/ci.yml
@@ -48,5 +48,5 @@ jobs:
48
- name: Check Format
49
run: npm run format:check
50
51
- - name: Lint
52
- run: npm run lint
+ - name: Check linting
+ run: npm run lint -- --max-warnings=0
0 commit comments