Skip to content

Commit 4db4d57

Browse files
committed
add max warnig lint
1 parent a91aa27 commit 4db4d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
- name: Check Format
4949
run: npm run format:check
5050

51-
- name: Lint
52-
run: npm run lint
51+
- name: Check linting
52+
run: npm run lint -- --max-warnings=0

0 commit comments

Comments
 (0)