build: add CI
Some checks failed
TrafficCue Server CI / check (push) Failing after 18s

This commit is contained in:
Cfp
2025-06-22 17:56:01 +02:00
parent 6ecaef6e8b
commit 55a082b7eb

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

@ -0,0 +1,13 @@
name: TrafficCue Server 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: bunx eslint
- run: bunx prettier --check .