build: add inlang compiler to CI
This commit is contained in:
@ -12,6 +12,8 @@ jobs:
|
|||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun i
|
run: bun i
|
||||||
|
- name: Compile translations
|
||||||
|
run: bunx @inlang/paraglide-js compile
|
||||||
- run: bun run check
|
- run: bun run check
|
||||||
- run: bunx eslint
|
- run: bunx eslint
|
||||||
- run: bunx prettier --check .
|
- run: bunx prettier --check .
|
||||||
|
|||||||
Reference in New Issue
Block a user