Skip to content

Commit a5fc152

Browse files
committed
fix: Pre-commit run in GH Actions
1 parent 7295788 commit a5fc152

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
python-version: '3.12'
2424

25+
- name: Set up Terraform
26+
uses: hashicorp/[email protected]
27+
with:
28+
terraform_version: 1.15.4
29+
terraform_wrapper: false
30+
2531
- name: Install dependencies
2632
run: |
2733
python -m pip install pre-commit

0 commit comments

Comments
 (0)