From 7b5aa0446ee7e6e0310b220d8a29495f709160db Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 19 Jul 2026 14:23:26 +0100 Subject: [PATCH] chore(sync): synced file(s) with dgibbs64/repo-sync (#4919) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(sync): synced local '.github/' with remote 'general/.github/' Synced from dgibbs64/repo-sync@0d089f257ab6bcf099e77124d863876c8e19f9e4 — chore: remove opensuseleap15 exclusion from latest ansible-core (now Python 3.11 / Leap 15.6) * chore(sync): synced local './' with remote 'bash/' Synced from dgibbs64/repo-sync@0d089f257ab6bcf099e77124d863876c8e19f9e4 — chore: remove opensuseleap15 exclusion from latest ansible-core (now Python 3.11 / Leap 15.6) --- .github/workflows/action-prettier.yml | 4 ++-- .prettierrc.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index ac745dcac..f5d51a44a 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" diff --git a/.prettierrc.json b/.prettierrc.json index eef7253d0..02d542d50 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,3 @@ { - "plugins": ["prettier-plugin-sh", "prettier-plugin-jinja-template"] + "plugins": ["prettier-plugin-sh"] }