Skip to content

Commit da96687

Browse files
chore(ci): reject linter warnings (#655)
1 parent f8de721 commit da96687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: corepack yarn typecheck
4040

4141
- name: "Check for linting errors"
42-
run: corepack yarn lint
42+
run: corepack yarn lint --max-warnings=0
4343

4444
build-and-test:
4545
strategy:

0 commit comments

Comments
 (0)