There was an error while loading. Please reload this page.
1 parent 6314ed4 commit 2273a54Copy full SHA for 2273a54
1 file changed
.github/workflows/pr.yml
@@ -27,7 +27,7 @@ jobs:
27
run: bun install --frozen-lockfile
28
29
- name: Check formatting
30
- run: bun run format:check
+ run: bun run fmt:check
31
32
- name: TypeScript check
33
run: bun run lint
0 commit comments