Skip to content

Commit fc74fec

Browse files
committed
ci(lint): emit status code of biome
1 parent 2ff0fa6 commit fc74fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm run build
3737

3838
- name: Lint
39-
run: pnpm run lint
39+
run: pnpm biome ci
4040

4141
- name: Typecheck
4242
run: pnpm run typecheck

0 commit comments

Comments
 (0)