Skip to content

Commit

Permalink
fix: Unpinned eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecyht2 authored Mar 30, 2024
1 parent af88b3e commit 97383c3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,13 @@ jobs:
uses: actions/checkout@v3

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

- name: Run ESLint
run: npx eslint .
--config eslint.config.js
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub artifacts
uses: actions/upload-artifact@v4
with:
path: eslint-results.sarif
name: "Eslint Results"
clippy:
name: Checking Rust using Clippy
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97383c3

Please sign in to comment.