diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b86f8e..29a99e2 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