mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
fix prettier action
This commit is contained in:
parent
c052260a8b
commit
b55a82bf99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prettier.yml
vendored
2
.github/workflows/prettier.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.0
|
||||
uses: creyD/prettier_action@v4.1.1
|
||||
with:
|
||||
prettier_options: --write **/*.{js,css}
|
||||
same_commit: True
|
||||
|
|
|
|||
Loading…
Reference in a new issue