We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8dc2f commit 447e234Copy full SHA for 447e234
1 file changed
.github/workflows/node.js.yml
@@ -63,6 +63,9 @@ jobs:
63
- run: npm run ci --if-present
64
env:
65
BEE_QUEUE_TEST_REDIS: redis://localhost:6379
66
+ - run: npm run ci:commitlint
67
+ if: "github.event_name != 'push'"
68
+ env:
69
GITHUB_BASE_REF: ${{ github.event.pull_request.base.ref }}
70
- name: Report to Coveralls
71
uses: coverallsapp/github-action@master
0 commit comments