Skip to content

Commit 77d6bc6

Browse files
committed
Fix CI
1 parent cfef3d7 commit 77d6bc6

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test
5050
run: npm run test:full
5151
- name: Lint
52-
run: npm run lint -- --max-warnings 0
52+
run: npm run lint
5353
build-windows:
5454
runs-on: windows-latest
5555
name: Node 18 Windows
@@ -69,4 +69,4 @@ jobs:
6969
- name: Test
7070
run: npm run test:full
7171
- name: Lint
72-
run: npm run lint -- --max-warnings 0
72+
run: npm run lint

0 commit comments

Comments
 (0)