build: Add building to CI
All checks were successful
TrafficCue CI / check (push) Successful in 25s
TrafficCue CI / build (push) Successful in 51s

This commit is contained in:
Cfp
2025-06-22 16:36:40 +02:00
parent 08869cf741
commit 16c0f0c399

View File

@ -10,3 +10,17 @@ jobs:
- name: Install dependencies
run: bun i
- run: bun run check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun i
- run: bun run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: dist
path: dist/