Skip to content

Commit d4cd1ee

Browse files
committed
linting pipeline fix
1 parent cf0e846 commit d4cd1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm ci
2222

2323
- name: Run ESLint
24-
run: npm run lint
24+
run: npx eslint .
2525

2626
php:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)