chore: use biome check instead of separate lint and format commands (#4320)

This commit is contained in:
Fleny
2025-08-20 22:03:42 +02:00
committed by GitHub
parent 49a8cd1aa6
commit d5b2974d9f
13 changed files with 21 additions and 36 deletions

View File

@@ -72,7 +72,7 @@ jobs:
path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}
- name: Check Formatting
run: yarn lint --cache-dir=".turbo"
run: yarn check:all
test-type-unit-and-integration-test:
name: Typecheck Tests