Skip to content

Commit

Permalink
workflows: no audit on bots
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Oct 8, 2024
1 parent 2efb32c commit c38fdb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm audit
- if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
run: npm audit
- run: npm run lint

0 comments on commit c38fdb3

Please sign in to comment.