put pattern in quotes
This commit is contained in:
parent
df04d8068c
commit
a968428d02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/js-format-check.yml
vendored
2
.github/workflows/js-format-check.yml
vendored
|
@ -9,4 +9,4 @@ jobs:
|
|||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
dry: True
|
||||
file_pattern: ./**/*.{js,ts,json}
|
||||
file_pattern: "./**/*.{js,ts,json}"
|
||||
|
|
Loading…
Reference in a new issue