Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 29cee62

Browse files
committed
Check formatting
1 parent 4fa2dc6 commit 29cee62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Lint
4040
run: pnpm run lint
4141

42+
- name: Check formatting
43+
run: pnpm prettier --check .
44+
4245
- name: Check
4346
run: pnpm run check
4447

0 commit comments

Comments
 (0)