Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fixed ESLint version used by GitHub Actions from project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Apr 7, 2024
1 parent 9cd492d commit 1b2d4c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eslint.yml
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install ESLint
run: |
npm install eslint@latest
npm install @microsoft/eslint-formatter-sarif@latest
- name: Install dependencies
run: npm install
- name: Install SARIF formatter for ESLint
run: npm install @microsoft/eslint-formatter-sarif@latest
- name: Run ESLint
run: npx eslint .
--config .eslintrc.json
Expand Down

0 comments on commit 1b2d4c8

Please sign in to comment.