We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53fb7f commit 8c7fee7Copy full SHA for 8c7fee7
1 file changed
.github/workflows/format.yml
@@ -24,6 +24,6 @@ jobs:
24
run: bun install
25
26
- name: Run format
27
- run: bun run format
+ run: ./script/format.ts
28
env:
29
CI: true
0 commit comments