ci: Use biome ci in lib-check format (#4319)

Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
Fleny
2025-08-20 20:35:25 -07:00
committed by GitHub
co-authored by Link
parent 5d0cef5dca
commit b6f2d914b8
+2 -7
View File
@@ -60,18 +60,13 @@ jobs:
node-version: 20 node-version: 20
cache: yarn cache: yarn
- run: yarn install --immutable - run: yarn install --immutable
- name: Turbo Cache
id: turbo-cache
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-lint-${{ github.sha }}
- name: Build type cache - name: Build type cache
if: steps.turbo-cache.outputs.cache-hit != 'true'
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-build:type-${{ github.sha }} key: ${{ runner.os }}-turbo-build:type-${{ github.sha }}
- name: Build Types
run: yarn build:type --cache-dir=".turbo"
- name: Check Formatting - name: Check Formatting
run: yarn check:all run: yarn check:all