Skip to content

Commit

Permalink
Use existing npm script "test_eslint"
Browse files Browse the repository at this point in the history
  • Loading branch information
martgil committed May 24, 2024
1 parent 3901399 commit 46fc54f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
npm install @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
--config .eslintrc.js
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
run: npm run test_eslint
continue-on-error: true

- name: Upload analysis results to GitHub
Expand Down

0 comments on commit 46fc54f

Please sign in to comment.