There was an error while loading. Please reload this page.
1 parent 498a9b7 commit c6f0b1eCopy full SHA for c6f0b1e
1 file changed
.github/workflows/common-pre-commit.yml
@@ -14,6 +14,12 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
17
+ - run: |
18
+ wget "https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip"
19
+ unzip "terraform_1.5.7_linux_amd64.zip"
20
+ sudo mv terraform /usr/bin/terraform && chmod +x /usr/bin/terraform
21
+ shell: bash
22
+
23
- uses: actions/setup-python@v3
24
25
- run: python -m pip install pre-commit==2.17.0 shellcheck-py==0.8.0.3
0 commit comments