chore: remove format on gh action
This commit is contained in:
parent
a78c67fa2f
commit
a254cdc669
1 changed files with 0 additions and 2 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
--c eslint.config.mjs
|
--c eslint.config.mjs
|
||||||
--format @microsoft/eslint-formatter-sarif
|
|
||||||
--output-file eslint-results.sarif
|
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Upload analysis results to GitHub
|
- name: Upload analysis results to GitHub
|
||||||
|
|
Loading…
Reference in a new issue