syntax fix
Some checks failed
Test / Static Analysis (push) Failing after 20s
Test / Unit Tests — Docker Stack (push) Has been skipped
Test / Unit Tests — K8s Stack (push) Has been skipped
Test / Integration Test — K8s (k3d) (push) Has been skipped

This commit is contained in:
2026-03-13 20:03:57 +01:00
parent 3bf5960302
commit 8698e7c517

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install OpenTofu
run: |
curl -fsSL https://get.opentofu.org/install-opentofu.sh \
| sh -s -- --install-method=standalone --opentofu-version=${{ env.TOFU_VERSION }}
| sh -s -- --install-method standalone --opentofu-version ${{ env.TOFU_VERSION }}
- name: tofu fmt check (all .tf files)
run: tofu fmt -check -recursive