There was an error while loading. Please reload this page.
1 parent 5341f7f commit a34d713Copy full SHA for a34d713
1 file changed
.github/workflows/common-pre-commit.yml
@@ -20,6 +20,9 @@ jobs:
20
sudo mv terraform /usr/bin/terraform && chmod +x /usr/bin/terraform
21
shell: bash
22
23
+ - run: terraform init
24
+ shell: bash
25
+
26
- uses: actions/setup-python@v3
27
28
- run: python -m pip install pre-commit==2.17.0 shellcheck-py==0.8.0.3
0 commit comments