fix: Migrate to Biome (#27150)

This commit is contained in:
Nerivec
2025-04-18 20:34:47 +02:00
committed by GitHub
parent 130d041f75
commit 6fbb8b5ca2
91 changed files with 9944 additions and 10716 deletions
+4 -4
View File
@@ -30,14 +30,14 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
run: pnpm i --frozen-lockfile
- name: Check
run: pnpm run check
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test:coverage