cache translation compilation action step

This commit is contained in:
Samuel Newman
2025-11-19 14:47:45 +02:00
parent 1565e071c1
commit 3eac554633
7 changed files with 77 additions and 22 deletions
+1 -4
View File
@@ -133,10 +133,7 @@ jobs:
run: yarn lockfile-lint
- name: 🔤 Compile translations
run: yarn intl:build 2>&1 | tee i18n.log
- name: Check for i18n compilation errors
run: if grep -q "invalid syntax" "i18n.log"; then echo "\n\nFound compilation errors!\n\n" && exit 1; else echo "\n\nNo compilation errors!\n\n"; fi
uses: ./.github/actions/build-translations
- name: Type check
run: yarn typecheck