We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
annotations
1 parent 00461b0 commit 65bb0ffCopy full SHA for 65bb0ff
.github/workflows/ci-terraform.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: tflint
109
uses: reviewdog/[email protected]
110
with:
111
- reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
+ reporter: ${{ inputs.suggestions && 'github-pr-review' || 'github-pr-annotations' }}
112
fail_on_error: true
113
# ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
114
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}
0 commit comments