Skip to content

Commit 92bbd5e

Browse files
update complete example
1 parent ff7c478 commit 92bbd5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
path: ~/.tflint.d/plugins
4646
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
4747
- uses: terraform-linters/setup-tflint@v1
48-
name: Setup TFLint
49-
- name: Init TFLint
50-
run: tflint --init --config tflint.hcl
51-
- name: Run TFLint
52-
run: tflint -f compact --config tflint.hcl
48+
name: setup tflint
49+
- name: init tflint
50+
run: tflint --init --config .tflint.hcl
51+
- name: run tflint
52+
run: tflint -f compact --config .tflint.hcl

0 commit comments

Comments
 (0)