Skip to content

Commit

Permalink
fix(ci): eslint GitHub Actions update for projen
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Oct 30, 2024
1 parent 4e485c1 commit 3c3a145
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,5 @@ jobs:
- name: Install Node Packages
run: npm install --save-dev
- name: Run ESLint
run: npx eslint . --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif --debug
run: npm run eslint
continue-on-error: false

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

0 comments on commit 3c3a145

Please sign in to comment.