build: add inlang compiler to CI
This commit is contained in:
@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user