From fa81e125889383f4ffd1404dd71def1ae60964c0 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Fri, 23 Feb 2024 16:22:37 -0600 Subject: Fix lint errors in WebXR module --- .github/workflows/static_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index e7ebd2fb64..cf8b0f4132 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -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 -- cgit v1.2.3