build: add CI
All checks were successful
TrafficCue CI / check (push) Successful in 1m44s

This commit is contained in:
Cfp
2025-06-22 16:33:10 +02:00
parent cb7f5fb799
commit 08869cf741

12
.gitea/workflows/ci.yml Normal file
View File

@ -0,0 +1,12 @@
name: TrafficCue CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun i
- run: bun run check