mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
fix: 0 warning is impossible
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
pnpm lint --max-warnings=0
|
||||
pnpm lint
|
||||
|
||||
# - name: Test
|
||||
# run: pnpm test
|
||||
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
pnpm lint --max-warnings=0
|
||||
pnpm lint
|
||||
|
||||
# - name: Test
|
||||
# run: pnpm test
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
pnpm lint --max-warnings=0
|
||||
pnpm lint
|
||||
|
||||
# - name: Test
|
||||
# run: pnpm test
|
||||
|
||||
Reference in New Issue
Block a user