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 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