Skip to content

Commit 8c267b6

Browse files
committed
feat: ci
1 parent 702d8e8 commit 8c267b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm install
3131

3232
- name: Check formatting
33-
run: pnpm prettier --check "**/*.{ts,tsx,md}"
33+
run: pnpm format --check
3434

3535
- name: Run linting
3636
run: pnpm lint

0 commit comments

Comments
 (0)