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