try with prettier_options
This commit is contained in:
parent
a968428d02
commit
13ba92fd63
1 changed files with 1 additions and 2 deletions
3
.github/workflows/js-format-check.yml
vendored
3
.github/workflows/js-format-check.yml
vendored
|
@ -8,5 +8,4 @@ jobs:
|
|||
- name: Check format with prettier
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
dry: True
|
||||
file_pattern: "./**/*.{js,ts,json}"
|
||||
prettier_options: --check ./**/*.{js,ts,json}
|
||||
|
|
Loading…
Reference in a new issue