Skip to content

Commit

Permalink
ci: changed eslint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 16, 2024
1 parent 9f88f77 commit c464693
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

- name: Run ESLint
run: npm run lint -- --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@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
run: npm run lint

0 comments on commit c464693

Please sign in to comment.