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 f8de721 commit da96687Copy full SHA for da96687
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: corepack yarn typecheck
40
41
- name: "Check for linting errors"
42
- run: corepack yarn lint
+ run: corepack yarn lint --max-warnings=0
43
44
build-and-test:
45
strategy:
0 commit comments