|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
uses: creyD/prettier_action@v4.3 |
|
|
|
uses: creyD/prettier_action@v4.3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
# This part is also where you can pass other options, for example: |
|
|
|
# This part is also where you can pass other options, for example: |
|
|
|
prettier_options: assets/vue/**/*.{vue,js} --check |
|
|
|
prettier_options: assets/vue/**/*.{vue,js} |
|
|
|
dry: True |
|
|
|
dry: True |
|
|
|
only_changed: True |
|
|
|
only_changed: True |
|
|
|
|
|
|
|
|
|
|
|