prettier update

This commit is contained in:
Core 2022-09-16 18:05:06 +01:00
parent 12fa15242c
commit f03b61e5c5
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
4 changed files with 14 additions and 8 deletions

View file

@ -61,9 +61,7 @@ jobs:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.2
with:
prettier_options: --write src/**/*.{js,json,ts,css,less}
run: npm run format:write
- name: Commit Prettier Code
uses: stefanzweifel/git-auto-commit-action@v4.14.1