feat: eslint GitHub Action
This commit is contained in:
parent
a656e6b567
commit
149b52f76f
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Run ESLint
|
||||
run: npx eslint apps/${{ matrix.service }}/
|
||||
--config .eslintrc.json
|
||||
--config apps/${{ matrix.service }}/.eslintrc.json
|
||||
--format @microsoft/eslint-formatter-sarif
|
||||
--output-file apps/${{ matrix.service }}/eslint-results.sarif
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue