We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817992 commit 0d0f998Copy full SHA for 0d0f998
.github/workflows/pr-checks.yml
@@ -24,12 +24,13 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Lint
27
+ id: lint
28
run: npm run-script lint-ci
29
30
- name: Upload sarif
31
uses: github/codeql-action/upload-sarif@v3
32
# Only upload SARIF for the latest version of Node.js
- if: matrix.node-types-version == 'current'
33
+ if: "always() && matrix.node-types-version == 'current'"
34
with:
35
sarif_file: eslint.sarif
36
category: eslint
0 commit comments