stop
[ci skip]
This commit is contained in:
parent
d372ba23b1
commit
bde6dd3779
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cider-chores.yml
vendored
4
.github/workflows/cider-chores.yml
vendored
|
@ -61,7 +61,9 @@ jobs:
|
|||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Prettify code
|
||||
run: npm run format:write
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
prettier_options: --write "src/**/*.{js,json,ts,css,less}"
|
||||
|
||||
- name: Commit Prettier Code
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue