This commit is contained in:
Core 2022-08-04 20:07:26 +01:00
parent 51b94eaa77
commit 92b2159f86
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

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