File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
mkdir -p /usr/local/tflint/bin
30
30
export PATH=/usr/local/tflint/bin:$PATH
31
31
install tflint /usr/local/tflint/bin
32
- - run :
33
- # Not supporting modules from registry ??
34
- name : " Check: tflint"
35
- command : |
36
- echo "Initializing terraform..."
37
- terraform init -input=false
38
- echo "Running tflint..."
39
- /usr/local/tflint/bin/tflint --version
40
- /usr/local/tflint/bin/tflint
32
+ # - run:
33
+ # # Not supporting modules from registry ?? v0.5.4
34
+ # name: "Check: tflint"
35
+ # command: |
36
+ # echo "Initializing terraform..."
37
+ # terraform init -input=false
38
+ # echo "Running tflint..."
39
+ # /usr/local/tflint/bin/tflint --version
40
+ # /usr/local/tflint/bin/tflint
41
41
42
42
workflows :
43
43
version : 2
You can’t perform that action at this time.
0 commit comments