From 0723049e0c4a275b3799415f8bb0e1fcbdf35a75 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Apr 2026 20:42:21 +0500 Subject: [PATCH] ci: fail if Paraglide generated files are out of sync with messages JSON --- .gitea/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 71fce6b..a07f0b8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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