From 1c8a75a1d16128a0652b64b542181a006ffea74d Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Mon, 4 May 2026 12:39: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@9e97fec914d1e7304147bf8f9798bc9b3a682510 — fix: correct shell glob in editorconfig templates --- .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 7fdb2887a4c5153d9997c19558241858cdb282bf Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Mon, 4 May 2026 12:39: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@9e97fec914d1e7304147bf8f9798bc9b3a682510 — fix: correct shell glob in editorconfig templates --- .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"] }