Skip to content

Commit

Permalink
chore: add linter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go authored and antoine-coulon committed Aug 30, 2022
1 parent dcbd0ec commit 55223ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test
- name: Run linter
run: npm run lint
- name: Build project
run: npm run build
run: npm run build

0 comments on commit 55223ee

Please sign in to comment.