Skip to content

Commit bde8ad4

Browse files
authored
Merge pull request #512 from xudyang1/ci/pass-glob-to-prettier
2 parents 572f566 + 9c6afe4 commit bde8ad4

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)