Skip to content

Commit

Permalink
ci(#8): Move tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 23, 2023
1 parent 791c46a commit 22539a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
commenter_input: ${{ format('{0}{1}', steps.validate.outputs.stdout, steps.validate.outputs.stderr) }}
commenter_exitcode: ${{ steps.validate.outputs.exitcode }}
- name: TFLint - Setup
id: tflint
uses: terraform-linters/setup-tflint@v3
with:
tflint_wrapper_enabled: true
- name: TFLint - Run
id: tflint
run: |
tflint --version
tflint --init
Expand Down

0 comments on commit 22539a9

Please sign in to comment.