Skip to content

Commit

Permalink
fix: eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed Apr 21, 2024
1 parent ee792f4 commit fbeebf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config .eslintrc
--config .eslintrc.js
--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
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true

0 comments on commit fbeebf4

Please sign in to comment.