We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c322f commit 2f90e32Copy full SHA for 2f90e32
.github/workflows/lint.yml
@@ -80,7 +80,7 @@ jobs:
80
run: pnpm install
81
82
- name: Run Prettier
83
- run: pnpm prettier --check .
+ run: pnpm prettier --write --check . || git diff
84
85
prose_vale:
86
name: Prose (Vale)
0 commit comments