chore: recover zero waring check

This commit is contained in:
DarkSky
2022-12-26 09:13:55 +08:00
parent 6db464683b
commit d60873ad00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Lint
run: |
pnpm lint
pnpm lint --max-warnings=0
# - name: Test
# run: pnpm test
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
- name: Lint
run: |
pnpm lint
pnpm lint --max-warnings=0
# - name: Test
# run: pnpm test
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- name: Lint
run: |
pnpm lint
pnpm lint --max-warnings=0
# - name: Test
# run: pnpm test