Skip to content

Commit 22c37f8

Browse files
committed
add missing tf step
1 parent 18549cb commit 22c37f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/global-terraform-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: hashicorp/setup-terraform@v3
19+
with:
20+
terraform_version: 1.2.4
1821
- name: Terraform Format
1922
id: fmt
2023
run: terraform fmt -check

0 commit comments

Comments
 (0)