Skip to content

Commit 6cd7280

Browse files
committed
Revert "Merge pull request #512 from xudyang1/ci/pass-glob-to-prettier"
This reverts commit bde8ad4, reversing changes made to 572f566.
1 parent bde8ad4 commit 6cd7280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
commit_message: "CI: format JSON files"
2828
only_changed: true
2929
# This part is also where you can pass other options, for example:
30-
prettier_options: --tab-width 4 --parser json --write "**/*.json"
30+
prettier_options: --tab-width 4 --parser json --write **/*.json

0 commit comments

Comments
 (0)