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 a63889f commit 21a3d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,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 21a3d26

Please sign in to comment.