mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix failed prettier action
This commit is contained in:
parent
99e9ecd10e
commit
aae047e3b9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/prettier-pr.yml
vendored
3
.github/workflows/prettier-pr.yml
vendored
|
@ -18,4 +18,5 @@ jobs:
|
|||
with:
|
||||
dry: true
|
||||
# Don't write anything
|
||||
prettier_options: '--check'
|
||||
prettier_options: '--check --config .prettierrc'
|
||||
file_pattern: '.'
|
||||
|
|
Loading…
Reference in a new issue