diff --git a/.github/workflows/lib-check.yml b/.github/workflows/lib-check.yml index 6f7aa45d8..e7cbe5cd9 100644 --- a/.github/workflows/lib-check.yml +++ b/.github/workflows/lib-check.yml @@ -68,7 +68,7 @@ jobs: - name: Build Types run: yarn build:type --cache-dir=".turbo" - name: Check Formatting - run: yarn check:all + run: yarn biome ci --reporter=github test-type-unit-and-integration-test: name: Typecheck Tests