We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702d8e8 commit 8c267b6Copy full SHA for 8c267b6
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pnpm install
31
32
- name: Check formatting
33
- run: pnpm prettier --check "**/*.{ts,tsx,md}"
+ run: pnpm format --check
34
35
- name: Run linting
36
run: pnpm lint
0 commit comments