Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
# allow scripts to run without npm auth token
- run: npm rebuild && npm run prepare --if-present

- name: Audit
run: ${{ inputs.audit-script }}

# run all the CI scripts
- name: 'Commit lint'
if: ${{ inputs.run-commit-lint }}
Expand Down Expand Up @@ -149,9 +152,6 @@ jobs:
output-to: checks
fail-on-error: false

- name: Audit
run: ${{ inputs.audit-script }}

- name: Build
if: ${{ inputs.run-build }}
run: ${{ inputs.build-script }}
Expand Down