We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd5a33 commit 9e3935cCopy full SHA for 9e3935c
.github/workflows/pre-commit.yml
@@ -34,7 +34,6 @@ jobs:
34
uses: actions/setup-python@v4
35
with:
36
python-version: '3.11'
37
- cache: 'pip'
38
39
- name: Set up Terraform
40
uses: hashicorp/setup-terraform@v3
@@ -139,4 +138,4 @@ jobs:
139
138
echo "- terraform_fmt" >> $GITHUB_STEP_SUMMARY
140
echo "- terraform_validate" >> $GITHUB_STEP_SUMMARY
141
echo "- terraform_docs" >> $GITHUB_STEP_SUMMARY
142
- echo "- terraform_tflint" >> $GITHUB_STEP_SUMMARY
+ echo "- terraform_tflint" >> $GITHUB_STEP_SUMMARY
0 commit comments