Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky committed May 27, 2024
1 parent 6b6ea23 commit 2d4dfdf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:

- name: Install ESLint
run: |
npm install [email protected]
npm install utf8
npm install jschardet
npm install
npm install @microsoft/[email protected]
- name: Run ESLint
run: npx eslint --ext ts extension test tooling --format ./eslint-sarif-formatter.js --output-file eslint-results.sarif
run: npx eslint --ext ts extension test tooling --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
Expand Down

0 comments on commit 2d4dfdf

Please sign in to comment.