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