From 95bcee16f12ae61994c02c1e9c0d7e98b0ab1bea Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 13 May 2026 04:06:44 +1000 Subject: [PATCH] changed terraform format check to just run the format command --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2e3c78..d189b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Go tests run: go test ./... - - name: Terraform fmt check - run: terraform fmt -check -recursive examples + - name: Terraform fmt + run: terraform fmt -recursive examples - name: Repository quality gate run: ./scripts/check.sh