Skip to content

Commit

Permalink
Always upload eslint.sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Sep 10, 2024
1 parent e817992 commit 0d0f998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
uses: actions/checkout@v4

- name: Lint
id: lint
run: npm run-script lint-ci

- name: Upload sarif
uses: github/codeql-action/upload-sarif@v3
# Only upload SARIF for the latest version of Node.js
if: matrix.node-types-version == 'current'
if: "always() && matrix.node-types-version == 'current'"
with:
sarif_file: eslint.sarif
category: eslint
Expand Down

0 comments on commit 0d0f998

Please sign in to comment.