Skip to content

Commit

Permalink
improvement after cleanup done in other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 21, 2021
1 parent 1d3d7c0 commit d7f411d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
run: npm test
- if: steps.packagejson.outputs.exists == 'true'
name: Run linter
run: npm run lint
run: npm run lint
- if: steps.packagejson.outputs.exists == 'true'
name: Run release assets generation to make sure PR does not break it
run: npm run generate:assets

0 comments on commit d7f411d

Please sign in to comment.