Skip to content

Commit 5c5018f

Browse files
Update eslint.yml
1 parent b54e019 commit 5c5018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
npm install @microsoft/eslint-formatter-sarif@2.1.7
3737
3838
- name: Run ESLint
39-
run: npx eslint .
39+
run: npx eslint ./backend
4040
--config ./backend/.eslintrc.js
4141
--ext .js,.jsx,.ts,.tsx
4242
--format @microsoft/eslint-formatter-sarif

0 commit comments

Comments
 (0)