Skip to content

Commit 8c7fee7

Browse files
committed
ci: fix
1 parent e53fb7f commit 8c7fee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: bun install
2525

2626
- name: Run format
27-
run: bun run format
27+
run: ./script/format.ts
2828
env:
2929
CI: true

0 commit comments

Comments
 (0)