Skip to content

Commit 12900f5

Browse files
committed
ci: enforce prettier formatting in verify job
1 parent d943178 commit 12900f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: pnpm install --frozen-lockfile
3838
- name: Verify
3939
run: |
40+
pnpm format:check
4041
pnpm lint
4142
pnpm typecheck
4243
pnpm test

0 commit comments

Comments
 (0)