Skip to content

Commit

Permalink
Temporary hotfix: use modified version of @microsoft/eslint-formatter…
Browse files Browse the repository at this point in the history
…-sarif
  • Loading branch information
martgil committed May 26, 2024
1 parent 876c442 commit b9aebc7
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 @@ -38,11 +38,11 @@ jobs:
- name: Install ESLint
run: |
npm install [email protected]
npm install @microsoft/[email protected]
# npm install @microsoft/[email protected]

- name: Run ESLint
run: npx eslint --ext ts extension test tooling
--format @microsoft/eslint-formatter-sarif
--format ./eslint-sarif-formatter.js
--output-file eslint-results.sarif
continue-on-error: true

Expand Down

0 comments on commit b9aebc7

Please sign in to comment.