Skip to content

Commit 38ee154

Browse files
authored
Update main.yml
1 parent fffa72b commit 38ee154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
npm install
1818
1919
- name: Run ESLint
20-
run: npx eslint .
21-
--config ./frontend/.eslintrc.js
22-
--ext .js,.vue ./frontend/src
20+
run: |
21+
cd ./frontend
22+
eslint --ext .js,.vue
2323
continue-on-error: false

0 commit comments

Comments
 (0)