Skip to content

Commit 65bb0ff

Browse files
authored
Tflint use annotations reporter (#114)
1 parent 00461b0 commit 65bb0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: tflint
109109
uses: reviewdog/[email protected]
110110
with:
111-
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
111+
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'github-pr-annotations' }}
112112
fail_on_error: true
113113
# ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
114114
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}

0 commit comments

Comments
 (0)