Skip to content

Commit

Permalink
Update "Run ESLint" commands
Browse files Browse the repository at this point in the history
  • Loading branch information
martgil committed May 24, 2024
1 parent 46fc54f commit 21ee7a4
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 @@ -41,7 +41,9 @@ jobs:
npm install @microsoft/[email protected]
- name: Run ESLint
run: npm run test_eslint
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 21ee7a4

Please sign in to comment.