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

Commit

Permalink
Update eslint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
showierdata9978 authored Feb 16, 2024
1 parent 7526ab9 commit 0ae4f49
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,10 @@ jobs:

- name: Install ESLint
run: |
npm install --dev
npm install --group=dev
npm install eslint@8.10.0
npm install @microsoft/eslint-formatter-sarif@2.1.7
- name: Run ESLint
run: npx eslint .
--config .eslintrc.cjs
--output-file eslint-results.sarif
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: eslint-results.sarif
wait-for-processing: true

0 comments on commit 0ae4f49

Please sign in to comment.