We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a78d0 commit 09fa57cCopy full SHA for 09fa57c
1 file changed
.github/workflows/tflint.yaml
@@ -24,8 +24,5 @@ jobs:
24
- name: Initialize TFLint
25
run: tflint --init
26
27
- - name: shell
28
- run: pwd && ls
29
-
30
- #- name: Run TFLint on All Modules
31
- # run: tflint --config=tflint-config.hcl --chdir=modules/ --recursive
+ - name: Run TFLint on All Modules
+ run: tflint --config=./tflint-config.hcl --chdir=modules/ --recursive
0 commit comments