Skip to content

Commit 88b4476

Browse files
committed
ci: add eslint check
1 parent eff2f4a commit 88b4476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install pnpm
3434
run: corepack enable
3535
- run: pnpm install
36+
- run: pnpm eslint
3637
- run: pnpm test
3738
- run: pnpm build
3839
- name: Publish code coverage

0 commit comments

Comments
 (0)