build: add CD
Some checks failed
TrafficCue CI / check (push) Failing after 1m19s
TrafficCue CI / build (push) Failing after 1m4s

This commit is contained in:
2025-09-06 17:13:07 +02:00
parent c46b158e28
commit 419a157a58
3 changed files with 61 additions and 36 deletions

19
.gitea/workflows/1-ci.yml Normal file
View File

@ -0,0 +1,19 @@
name: TrafficCue CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- 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 .