Просмотр исходного кода

chore(sync): synced local '.github/' with remote 'general/.github/'

Synced from dgibbs64/repo-sync@c0827cced31890005c2af5b9e7832f8d758ab7df — feat(prettier): add support for additional Prettier plugins

* Updated the installation command to include `prettier-plugin-ejs`.
* Modified the `prettier_plugins` input to reflect the new plugin addition.
dgibbs64 2 недель назад
Родитель
Сommit
75c1750482
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/action-prettier.yml

+ 2 - 2
.github/workflows/action-prettier.yml

@@ -31,6 +31,6 @@ jobs:
         uses: creyD/prettier_action@v4.6
         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"