Fixed ESlint GitHub Workflow

This commit is contained in:
Ahmad 2024-10-17 22:29:45 -04:00
parent 2638838e4b
commit 8a45fee465
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -28,7 +28,7 @@ jobs:
- name: Run ESLint
run: npx next lint
--config .eslintrc.json
--config eslint.config.mjs
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true