Skip to content

Commit 4afd784

Browse files
committed
fix eslint workflow
1 parent af5e235 commit 4afd784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Install modules
2828
run: npm install
2929
- name: Run ESLint
30-
run: npx eslint . --ext .js,.jsx,.ts,.tsx
30+
run: npm run lint

0 commit comments

Comments
 (0)