ci: fail if Paraglide generated files are out of sync with messages JSON

This commit is contained in:
root
2026-04-08 20:42:21 +05:00
parent b206994459
commit d4a7291c70

View File

@@ -63,6 +63,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check Paraglide codegen is up to date
run: npm run paraglide && git diff --exit-code src/lib/paraglide/
- name: Type check
run: npm run check