We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdc3d24 + 63e08d8 commit a51644fCopy full SHA for a51644f
.github/workflows/prettier-check.yml
@@ -39,4 +39,4 @@ jobs:
39
if: failure()
40
run: |
41
echo "The following Markdown files are not properly formatted:"
42
- prettier --list-different "**/*.md"
+ prettier --list-different --write "**/*.md"
0 commit comments