Skip to content

Commit

Permalink
forgot sarif format in eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Mar 5, 2024
1 parent 1951464 commit 842fcf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:

- name: Install ESLint
run: |
npm i eslint
npm i eslint # this should sync with package-lock
npm i @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
--ext .js
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true

Expand Down

0 comments on commit 842fcf1

Please sign in to comment.