Skip to content

Commit 5172d36

Browse files
committed
Got rid of artifact uploading.
1 parent 9d24db8 commit 5172d36

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,9 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install ESLint
32-
run: |
33-
npm install
34-
npm install @microsoft/[email protected]
32+
run: npm install
3533

3634
- name: Run ESLint
3735
env:
3836
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
39-
run: npx eslint .
40-
--config .eslintrc.json
41-
--ext .js,.jsx,.ts,.tsx
42-
--format @microsoft/eslint-formatter-sarif
43-
--output-file eslint-results.sarif
44-
continue-on-error: true
45-
46-
- name: Upload analysis results to GitHub
47-
uses: github/codeql-action/upload-sarif@v3
48-
with:
49-
sarif_file: eslint-results.sarif
50-
wait-for-processing: true
37+
run: npx eslint --config .eslintrc.json --ext .js,.jsx,.ts,.tsx

0 commit comments

Comments
 (0)