build: add inlang compiler to CI
Some checks failed
TrafficCue CI / check (push) Failing after 57s
TrafficCue CI / build (push) Failing after 33s

This commit is contained in:
2025-08-30 13:32:52 +02:00
parent 358d7943cb
commit 5d8722ccf1

View File

@ -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 .