From 3af54ca14435721575bdf72af3e9444215d65050 Mon Sep 17 00:00:00 2001 From: Fleny Date: Tue, 26 Aug 2025 20:00:36 +0200 Subject: [PATCH] ci: Use `biome ci` in lib-check format (#4399) Co-authored-by: Link --- .github/workflows/lib-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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