[ci skip]
This commit is contained in:
Core 2022-09-16 17:20:33 +01:00
parent d372ba23b1
commit bde6dd3779
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -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