Skip to content

Commit

Permalink
Terraform linter update (#52)
Browse files Browse the repository at this point in the history
* Do not init for linting

* bump version
  • Loading branch information
max-lobur authored May 12, 2023
1 parent a5cb9cc commit 6f538ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
key: tflint-plugins-${{ env.TFLINT_CACHE_VER }}

- name: tflint
uses: reviewdog/action-tflint@v1.17.0
uses: reviewdog/action-tflint@v1.18.0
with:
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
fail_on_error: true
Expand Down

0 comments on commit 6f538ad

Please sign in to comment.