update prettier version
fingers crossed it magically fixes things
This commit is contained in:
parent
8538ba4931
commit
f8ca9800c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autoformat.yml
vendored
2
.github/workflows/autoformat.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- name: Prettify
|
- name: Prettify
|
||||||
uses: creyD/prettier_action@v4.2
|
uses: creyD/prettier_action@v4.3
|
||||||
with:
|
with:
|
||||||
prettier_options: --write **/*.{js,html,css,md}
|
prettier_options: --write **/*.{js,html,css,md}
|
||||||
|
|
Loading…
Reference in a new issue