Skip to content

Commit a33707c

Browse files
Revert "ci: add translation string check to frontend checks"
This reverts commit 98945a4.
1 parent 21e13da commit a33707c

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/frontend-checks.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,3 @@ jobs:
8383
if: ${{ steps.changed-files.outputs.frontend_any_changed == 'true' || inputs.always_run == true }}
8484
run: 'pnpm lint:knip'
8585
shell: bash
86-
87-
- name: translations
88-
if: ${{ steps.changed-files.outputs.frontend_any_changed == 'true' || inputs.always_run == true }}
89-
run: |
90-
echo "Checking for unused translations..."
91-
if ! pnpm translations:check; then
92-
echo ""
93-
echo "❌ Translation file contains unused keys!"
94-
echo ""
95-
echo "To fix this, run:"
96-
echo " pnpm translations:clean"
97-
echo " pnpm fix"
98-
echo ""
99-
echo "Then commit the changes."
100-
exit 1
101-
fi
102-
shell: bash

0 commit comments

Comments
 (0)