mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Small Fixes
This commit is contained in:
parent
26c2ef02f9
commit
d6f900f7b5
2 changed files with 4 additions and 4 deletions
4
.github/workflows/eslint.yml
vendored
4
.github/workflows/eslint.yml
vendored
|
@ -44,14 +44,14 @@ jobs:
|
|||
|
||||
- name: Run ESLint
|
||||
run: npx next lint
|
||||
--config .eslintrc.js
|
||||
--config .eslintrc.json
|
||||
--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
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
sarif_file: eslint-results.sarif
|
||||
wait-for-processing: true
|
Loading…
Add table
Add a link
Reference in a new issue