Skip to content

Commit

Permalink
ci: fix eslint config path
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Jan 29, 2024
1 parent 8d98a10 commit 31e9d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Run ESLint on expo/
run: npx eslint expo/
--config expo/.eslintrc.js
--config expo/.eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results-expo.sarif
continue-on-error: true

- name: Run ESLint on backend/
run: npx eslint backend/
--config backend/.eslintrc.js
--config backend/.eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results-backend.sarif
Expand Down

0 comments on commit 31e9d98

Please sign in to comment.