Fix lint errors in WebXR module

This commit is contained in:
David Snopek 2024-02-23 16:22:37 -06:00
parent 3abb32671e
commit fa81e12588
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ jobs:
- name: JavaScript style and documentation checks via ESLint and JSDoc
run: |
if grep -q "platform/web" changed.txt || [ -z "$(cat changed.txt)" ]; then
if grep -q "\.js" changed.txt || [ -z "$(cat changed.txt)" ]; then
cd platform/web
npm ci
npm run lint