Skip to content

Commit 9449ec6

Browse files
authored
fix: Install Terraform in precommit check (#1234)
1 parent ad7492b commit 9449ec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
with:
5757
node-version: 20
5858
- uses: actions/setup-python@v5
59+
- uses: hashicorp/setup-terraform@v3
60+
with:
61+
terraform_version: "~1.9.0"
5962
- name: Setup TFLint
6063
uses: terraform-linters/setup-tflint@v4
6164
- name: Setup terraform-docs

0 commit comments

Comments
 (0)