Skip to content

Commit

Permalink
chore(terraform checks): test test test
Browse files Browse the repository at this point in the history
  • Loading branch information
tweakster committed Sep 24, 2024
1 parent 0642364 commit 9b3942f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actions/terraform-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ runs:

- name: Echo version
shell: bash
run: echo "xxx ${{ inputs.terraform_version }} yyy "
run: echo "xxx ${{ inputs.terraform_version }} yyy"

- name: "DO NOT MERGE"
shell: bash
run: terraform --version

- name: Check for .tflint.hcl file
shell: bash
Expand Down

0 comments on commit 9b3942f

Please sign in to comment.