Skip to content

Commit 4f3b627

Browse files
committed
fix: use biome check
1 parent 89b62c8 commit 4f3b627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install
2727

28-
- name: Run lint command
29-
run: pnpm lint
28+
- name: Biome check
29+
run: pnpm check

0 commit comments

Comments
 (0)