Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
37c390fc12 test
Some checks failed
CI / build-and-test (pull_request) Failing after 5m26s
2025-12-06 15:59:37 +01:00

View File

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