Skip to content

Commit

Permalink
ci(eslint): remove upload file sarif action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Apr 13, 2024
1 parent 8348e57 commit 820ef96
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install Sarif Formatter
run: |
pnpm i @microsoft/eslint-formatter-sarif@2.1.7
- name: Run ESLint
run: pnpm dlx eslint .
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
continue-on-error: false

0 comments on commit 820ef96

Please sign in to comment.