Skip to content

Commit

Permalink
ci: add eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Aug 11, 2023
1 parent eff2f4a commit 88b4476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Install pnpm
run: corepack enable
- run: pnpm install
- run: pnpm eslint
- run: pnpm test
- run: pnpm build
- name: Publish code coverage
Expand Down

0 comments on commit 88b4476

Please sign in to comment.