Skip to content

Commit ebdc205

Browse files
committed
Add tflint --recursive --init
Signed-off-by: David.Houck <[email protected]>
1 parent 7d10e7e commit ebdc205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
terraform -chdir=modules/kubeconfig init
6767
6868
- name: Initializing TFLint
69-
run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"
69+
run: TFLINT_LOG=info tflint --recursive --init -c "$(pwd)/linting-configs/.tflint.hcl"
7070

7171
- name: Run TFLint Action
7272
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive

0 commit comments

Comments
 (0)