From 561bea8410a6394ebd01a322889c74cfa33f79ba Mon Sep 17 00:00:00 2001 From: John Ko <279736+johnko@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:41:29 -0500 Subject: [PATCH 1/3] Add .github/shfmt.sh --- .github/shfmt.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/shfmt.sh b/.github/shfmt.sh index a8ee073..2f3b2d3 100644 --- a/.github/shfmt.sh +++ b/.github/shfmt.sh @@ -38,11 +38,10 @@ set -u shfmt --version # Diff with -# shfmt --diff --simplify --indent 2 --case-indent ./ -# find . -type f -name '*.envrc' -print0 | xargs -0 --max-procs=2 --verbose -I{} shfmt --diff --simplify --indent 2 --case-indent {} +shfmt --diff --simplify --indent 2 --case-indent ./ +find . -type f -name '*.envrc' -print0 | xargs -0 --max-procs=2 --verbose -I{} shfmt --diff --simplify --indent 2 --case-indent {} # Fix with -shfmt --write --simplify --indent 2 --case-indent ./ -find . -type f -name '*.envrc' -print0 | xargs -0 --max-procs=2 --verbose -I{} shfmt --write --simplify --indent 2 --case-indent {} - -bash -ex ./.github/git-has-uncommited-changes.sh +# shfmt --write --simplify --indent 2 --case-indent ./ +# find . -type f -name '*.envrc' -print0 | xargs -0 --max-procs=2 --verbose -I{} shfmt --write --simplify --indent 2 --case-indent {} +# bash -ex ./.github/git-has-uncommited-changes.sh From 5202a510f0b0b6517a697a2dde472887b092636e Mon Sep 17 00:00:00 2001 From: John Ko <279736+johnko@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:44:09 -0500 Subject: [PATCH 2/3] Add .github/shfmt.sh From 081c5ca12c6752e55d95f63316d54f93dc131e76 Mon Sep 17 00:00:00 2001 From: John Ko <279736+johnko@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:44:49 -0500 Subject: [PATCH 3/3] Add .github/workflows/opentofu-checks.yml --- .github/workflows/opentofu-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opentofu-checks.yml b/.github/workflows/opentofu-checks.yml index c0bcfca..e6c5dbb 100644 --- a/.github/workflows/opentofu-checks.yml +++ b/.github/workflows/opentofu-checks.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1.0.8 with: - tofu_version: 1.11.2 # renovate: datasource=github-releases depName=opentofu/opentofu packageName=opentofu/opentofu + tofu_version: 1.11.4 # renovate: datasource=github-releases depName=opentofu/opentofu packageName=opentofu/opentofu - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false