1 changed files with 2 additions and 2 deletions
@ -31,6 +31,6 @@ jobs: |
|||
uses: creyD/[email protected] |
|||
with: |
|||
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" |
|||
prettier_options: --write . |
|||
prettier_options: --check . |
|||
github_token: ${{ secrets.GITHUB_TOKEN }} |
|||
commit_message: "chore(prettier): format code" |
|||
no_commit: true |
|||
|
|||
Loading…
Reference in new issue