Browse Source

Merge f23796882c into fe8979140e

pull/4919/merge
Daniel Gibbs 3 weeks ago
committed by GitHub
parent
commit
d076d397b5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/action-prettier.yml
  2. 2
      .prettierrc.json

4
.github/workflows/action-prettier.yml

@ -31,6 +31,6 @@ jobs:
uses: creyD/[email protected]
with:
prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template"
prettier_options: --check .
prettier_options: --write .
github_token: ${{ secrets.GITHUB_TOKEN }}
no_commit: true
commit_message: "chore(prettier): format code"

2
.prettierrc.json

@ -1,3 +1,3 @@
{
"plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"]
"plugins": ["prettier-plugin-sh"]
}

Loading…
Cancel
Save