-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand file glob within prettier (#803)
'**' pattern is not supported to some of the shells including the one we use in CI.
- Loading branch information
QP Hou
authored
Aug 1, 2021
1 parent
a4941ee
commit 3eac2e6
Showing
4 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
# if you encounter error, try rerun the command below with --write instead of --check | ||
# and commit the changes | ||
npx [email protected] --check \ | ||
{ballista,datafusion,datafusion-examples,docs,python}/**/*.md \ | ||
'{ballista,datafusion,datafusion-examples,docs,python}/**/*.md' \ | ||
README.md \ | ||
DEVELOPERS.md \ | ||
ballista/**/*.{ts,tsx} | ||
'ballista/**/*.{ts,tsx}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters