mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 13:43:15 +02:00
Don't look for Vue files in CI
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
run: npm run production --verbose
|
||||
|
||||
- name: Lint JavaScript Files
|
||||
run: npx eslint app/resources/js/**/*.{js,vue}
|
||||
run: npx eslint app/resources/js/**/*.js
|
||||
|
||||
coding-standards:
|
||||
name: Coding Standards
|
||||
|
Reference in New Issue
Block a user