changed terraform format check to just run the format command

This commit is contained in:
2026-05-13 04:06:44 +10:00
parent 69bc53f018
commit 95bcee16f1
+2 -2
View File
@@ -36,8 +36,8 @@ jobs:
- name: Go tests - name: Go tests
run: go test ./... run: go test ./...
- name: Terraform fmt check - name: Terraform fmt
run: terraform fmt -check -recursive examples run: terraform fmt -recursive examples
- name: Repository quality gate - name: Repository quality gate
run: ./scripts/check.sh run: ./scripts/check.sh