From d4c4895e36f9a3ad83624d5e7a7327d2995eaf95 Mon Sep 17 00:00:00 2001 From: Priyanshu Thapliyal Date: Thu, 30 Jan 2025 15:37:42 +0530 Subject: [PATCH] fix: Update script extension for localStorage usage check in pull request workflow --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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