Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 3, 2024
1 parent ed446a3 commit cac466f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install ESLint
run: |
npm install [email protected]
npm install [email protected] eslint-config-google
npm install @microsoft/[email protected]
- name: Run ESLint
Expand All @@ -41,7 +41,6 @@ jobs:
--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
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit cac466f

Please sign in to comment.