Skip to content

Commit

Permalink
ci: run linting in PR ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sobuno committed Oct 12, 2021
1 parent 12fa02c commit d3e9348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build --if-present

0 comments on commit d3e9348

Please sign in to comment.