ci: use explicit file paths in ESLint command instead of directory globs
Lint / JS (eslint) (push) Failing after 15s
Lint / JS (eslint) (push) Failing after 15s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,4 +17,4 @@ jobs:
|
|||||||
run: npm install --save-dev eslint@8
|
run: npm install --save-dev eslint@8
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint server.js public/ worker/
|
run: npx eslint server.js "public/base.js" "worker/worker.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user