Skip to content

Commit

Permalink
Only run eslint on .js.php instead of .php. We will not put js in .ph…
Browse files Browse the repository at this point in the history
…p files. This will fix the complaint about importing a module from monitor.php
  • Loading branch information
Isaac Connor committed Mar 31, 2024
1 parent c40dfba commit 78b6182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install ESLint
run: npm install [email protected] [email protected] [email protected] [email protected]
- name: Run ESLint
run: npx eslint --ext .php,.js .
run: npx eslint --ext .js.php,.js .

0 comments on commit 78b6182

Please sign in to comment.