Updated Linting GitHub action [skip ci]

This commit is contained in:
Ahmad 2024-06-12 19:19:16 -04:00
parent 05d3bf7699
commit 3a57e93392
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -29,7 +29,6 @@ jobs:
- name: Run ESLint
run: npx next lint
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true