feat: eslint GitHub Action

This commit is contained in:
jamesread 2024-09-09 13:16:26 +01:00
parent a656e6b567
commit 149b52f76f
1 changed files with 1 additions and 1 deletions

View File

@ -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