Skip to content

Commit 2bf9a1e

Browse files
fix ci lint
1 parent f4a1a26 commit 2bf9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run_install: false
4444

4545
- name: Install depends
46-
run: pnpm run setup
46+
run: pnpm run setup && pnpm test
4747

4848
- name: Run ESLint
4949
run: pnpm lint #--fix

0 commit comments

Comments
 (0)