testing min setup
Some checks failed
CI / build-and-test (pull_request) Failing after 4m12s

This commit is contained in:
Tobias Klemp
2025-12-06 16:26:41 +01:00
parent b1fe405434
commit 4147bec863
125 changed files with 504 additions and 4166 deletions

View File

@@ -15,9 +15,11 @@ jobs:
- name: Install bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.3
- name: Install dependencies
run: bun install
run: bun ci
- name: Build app
run: bun --bun run build
@@ -25,12 +27,6 @@ jobs:
- name: Run type checking
run: bun --bun run check
- name: Run linting
run: bun --bun run lint:check
- name: Check formatting
run: bun --bun run format:check
# type-check:
# runs-on: ubuntu-latest
# container: