diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0da2225..b078bc3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: - uses: oven-sh/setup-bun@v2 - name: Install dependencies run: bun i + - name: Compile translations + run: bunx @inlang/paraglide-js compile - run: bun run check - run: bunx eslint - run: bunx prettier --check .