Skip to content

Commit 447e234

Browse files
committed
ci: run commitlint step
1 parent 2d8dc2f commit 447e234

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- run: npm run ci --if-present
6464
env:
6565
BEE_QUEUE_TEST_REDIS: redis://localhost:6379
66+
- run: npm run ci:commitlint
67+
if: "github.event_name != 'push'"
68+
env:
6669
GITHUB_BASE_REF: ${{ github.event.pull_request.base.ref }}
6770
- name: Report to Coveralls
6871
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)