Skip to content

Commit a51644f

Browse files
authored
Merge pull request #30 from Ac-Wiki/NekoMirra-patch-2
Update prettier-check.yml
2 parents bdc3d24 + 63e08d8 commit a51644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
if: failure()
4040
run: |
4141
echo "The following Markdown files are not properly formatted:"
42-
prettier --list-different "**/*.md"
42+
prettier --list-different --write "**/*.md"

0 commit comments

Comments
 (0)