change terraform fmt command to run format and not check it.

This commit is contained in:
2026-05-13 03:59:21 +10:00
parent bc8971b456
commit e220eed917
+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