Skip to content

Commit 1b00865

Browse files
committed
change tflint to print full output
1 parent 3ac91ec commit 1b00865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: help # TODO: remove
2424
run: tflint -help
2525
- name: Run
26-
run: tflint --chdir=terraform --recursive -f compact
26+
run: tflint --chdir=terraform --recursive
2727

2828
terraform-check-fmt:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)