Skip to content

Commit

Permalink
fix: Update script extension for localStorage usage check in pull req…
Browse files Browse the repository at this point in the history
…uest workflow
  • Loading branch information
Priyanshuthapliyal2005 committed Jan 30, 2025
1 parent 70fab90 commit d4c4895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4c4895

Please sign in to comment.