Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit bc57d17

Browse files
committed
fmt in CI
1 parent 6ceffe9 commit bc57d17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
entrypoint: terraform
2323
args: init
2424

25+
- name: Run a Terraform fmt
26+
uses: docker://hashicorp/terraform:0.12.13
27+
with:
28+
entrypoint: terraform
29+
args: fmt -check=true
30+
2531
- name: Run a Terraform validate
2632
uses: docker://hashicorp/terraform:0.12.13
2733
env:

0 commit comments

Comments
 (0)