Skip to content

Commit 09fa57c

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 85a78d0 commit 09fa57c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tflint.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@ jobs:
2424
- name: Initialize TFLint
2525
run: tflint --init
2626

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
27+
- name: Run TFLint on All Modules
28+
run: tflint --config=./tflint-config.hcl --chdir=modules/ --recursive

0 commit comments

Comments
 (0)