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