Skip to content

Commit 721d438

Browse files
committed
linting pipeline fix
1 parent f24235b commit 721d438

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
@@ -22,4 +22,4 @@ jobs:
2222
run: npm ci
2323

2424
- name: Run ESLint
25-
run: npm run lint
25+
run: npx eslint .

0 commit comments

Comments
 (0)