mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-01 20:49:10 +01:00
Revert "ci: add translation string check to frontend checks"
This reverts commit 98945a4560.
This commit is contained in:
parent
21e13daf6e
commit
a33707cc76
17
.github/workflows/frontend-checks.yml
vendored
17
.github/workflows/frontend-checks.yml
vendored
@ -83,20 +83,3 @@ jobs:
|
||||
if: ${{ steps.changed-files.outputs.frontend_any_changed == 'true' || inputs.always_run == true }}
|
||||
run: 'pnpm lint:knip'
|
||||
shell: bash
|
||||
|
||||
- name: translations
|
||||
if: ${{ steps.changed-files.outputs.frontend_any_changed == 'true' || inputs.always_run == true }}
|
||||
run: |
|
||||
echo "Checking for unused translations..."
|
||||
if ! pnpm translations:check; then
|
||||
echo ""
|
||||
echo "❌ Translation file contains unused keys!"
|
||||
echo ""
|
||||
echo "To fix this, run:"
|
||||
echo " pnpm translations:clean"
|
||||
echo " pnpm fix"
|
||||
echo ""
|
||||
echo "Then commit the changes."
|
||||
exit 1
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user