Skip to content

Commit 12ed8a6

Browse files
committed
chore: run check:format in ci
1 parent 1adda32 commit 12ed8a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ jobs:
2929
- name: Check types
3030
run: bun run check:typescript
3131

32-
- name: Check linting and formatting
32+
- name: Check linting
3333
run: bun run lint
3434

35+
- name: Check formatting
36+
run: bun run check:format
37+
3538
- name: Check circular dependencies
3639
run: bun run circular:check
3740

0 commit comments

Comments
 (0)