Skip to content

Commit a34d713

Browse files
committed
fix: run terraform init after installation in pre-commit workflow
1 parent 5341f7f commit a34d713

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/common-pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
sudo mv terraform /usr/bin/terraform && chmod +x /usr/bin/terraform
2121
shell: bash
2222
23+
- run: terraform init
24+
shell: bash
25+
2326
- uses: actions/setup-python@v3
2427

2528
- run: python -m pip install pre-commit==2.17.0 shellcheck-py==0.8.0.3

0 commit comments

Comments
 (0)