From 75c1750482e46582aed7482078e34629ed3916d6 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 15 May 2026 20:29:03 +0000 Subject: [PATCH 1/2] chore(sync): synced local '.github/' with remote 'general/.github/' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/action-prettier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index ac745dcac8..f5d51a44ae 100644 --- a/.github/workflows/action-prettier.yml +++ b/.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" From f23796882c9d80570d7f6d5ea63d57bfe5611c59 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Fri, 15 May 2026 20:29:03 +0000 Subject: [PATCH 2/2] chore(sync): synced local './' with remote 'bash/' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index eef7253d0f..02d542d509 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,3 @@ { - "plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"] + "plugins": ["prettier-plugin-sh"] }