diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1e4c808c911..5996950736d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -57,8 +57,8 @@ run: npm run check-tsdoc - name: Check for localStorage Usage run: | - chmod +x scripts/githooks/check-localstorage-usage.js - node scripts/githooks/check-localstorage-usage.js --scan-entire-repo + chmod +x scripts/githooks/check-localstorage-usage.ts + node scripts/githooks/check-localstorage-usage.ts --scan-entire-repo - name: Compare translation files run: > chmod +x .github/workflows/scripts/compare_translations.py