Skip to content

Commit 4ba6841

Browse files
committed
update ci
1 parent 7bfe1cb commit 4ba6841

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-code-quality.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
- uses: ./.github/actions/setup
1313

1414
- name: Run ESLint
15-
run: pnpm lint
15+
run: pnpm lint --max-warnings=0
16+
17+
- name: Run Spellcheck
18+
run: pnpm spellcheck
1619

1720
- name: Run Prettier
1821
run: pnpm format:check

0 commit comments

Comments
 (0)