Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
de9cd378bd test
Some checks failed
CI / build-and-test (pull_request) Failing after 4m50s
2025-12-06 16:06:28 +01:00

View File

@@ -17,19 +17,19 @@ jobs:
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
- name: Install dependencies - name: Install dependencies
run: bun install run: bun ci
- name: Build app - name: Build app
run: bun run build run: bun --bun run build
- name: Run type checking - name: Run type checking
run: bun run check run: bun --bun run check
- name: Run linting - name: Run linting
run: bun run lint:check run: bun --bun run lint:check
- name: Check formatting - name: Check formatting
run: bun run format:check run: bun --bun run format:check
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest