From 5d8722ccf16cf79707a9b7532346d7ecba8332ce Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 30 Aug 2025 13:32:52 +0200 Subject: [PATCH] build: add inlang compiler to CI --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 .