Skip to content

Commit

Permalink
Added lint step in NodeJS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Jan 29, 2024
1 parent e408bd2 commit 8768185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -22,3 +22,4 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run lint

0 comments on commit 8768185

Please sign in to comment.