We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d2fae commit 5c492ddCopy full SHA for 5c492dd
1 file changed
.github/actions/lint-terraform/action.yaml
@@ -11,7 +11,8 @@ runs:
11
shell: bash
12
run: |
13
asdf plugin add terraform || true
14
- asdf install terraform || true
+ asdf install terraform
15
+ asdf current terraform
16
- name: "Check Terraform format"
17
18
0 commit comments