Skip to content

Commit 0851840

Browse files
committed
chore: Check versions used in GitHub actions workflow
1 parent a0307d4 commit 0851840

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
tflint-version: ${{ env.TFLINT_VERSION }}
6868
args: 'terraform_validate --color=always --show-diff-on-failure --files $(ls *.tf)'
6969

70+
- name: Versions
71+
run: terraform version
72+
7073
preCommitMaxVersion:
7174
name: Max TF pre-commit
7275
runs-on: ubuntu-latest
@@ -97,3 +100,6 @@ jobs:
97100
tflint-version: ${{ env.TFLINT_VERSION }}
98101
terraform-docs-version: ${{ env.TERRAFORM_DOCS_VERSION }}
99102
install-hcledit: true
103+
104+
- name: Versions
105+
run: terraform version

0 commit comments

Comments
 (0)