update
This commit is contained in:
parent
51b94eaa77
commit
92b2159f86
1 changed files with 3 additions and 1 deletions
4
.github/workflows/prettier.yml
vendored
4
.github/workflows/prettier.yml
vendored
|
@ -21,4 +21,6 @@ jobs:
|
|||
- name: Prettify code
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
prettier_options: --write '**/*.{js,json,ts,css,less}'
|
||||
# This part is also where you can pass other options, for example:
|
||||
prettier_options: --write **/*.{js,json,ts,css,less}
|
||||
github_token: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue