Skip to content

Commit 00461b0

Browse files
authored
Test tflint fix (#113)
1 parent 70bf202 commit 00461b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-terraform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
uses: reviewdog/[email protected]
110110
with:
111111
reporter: ${{ inputs.suggestions && 'github-pr-review' || 'local' }}
112-
fail_on_error: ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
112+
fail_on_error: true
113+
# ${{ inputs.suggestions }} # Set to true when all tflint issues are fixed in all tf repo release branches
113114
tflint_rulesets: ${{ env.TFLINT_PLUGINS }}
114115
tflint_init: true
115116
working_directory: ${{ matrix.tfdir }}

0 commit comments

Comments
 (0)