Skip to content

Commit

Permalink
[Lint] Enable ES lint check in CI (#191)
Browse files Browse the repository at this point in the history
All pre-existing errors have been fixed.

Closes #162
  • Loading branch information
dchege711 authored Jul 6, 2024
1 parent afe5d2a commit 70d3ef8
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 @@ -36,6 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --if-present
- run: npm run lint
- run: npm run format:check
- run: npm run build --if-present
- run: npm test

0 comments on commit 70d3ef8

Please sign in to comment.