Skip to content

Commit

Permalink
Update eslint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jun 21, 2024
1 parent bdf90ba commit f66da49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install ESLint
run: |
npm install [email protected]
npm install @microsoft/[email protected]
run: npm install eslint @microsoft/eslint-formatter-sarif

- name: Run ESLint
run: npx eslint .
Expand Down

0 comments on commit f66da49

Please sign in to comment.