diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f92e2184..4b0d480b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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