We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7c478 commit 92bbd5eCopy full SHA for 92bbd5e
.github/workflows/linter.yml
@@ -45,8 +45,8 @@ jobs:
45
path: ~/.tflint.d/plugins
46
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
47
- 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
+ name: setup tflint
+ - name: init tflint
+ run: tflint --init --config .tflint.hcl
+ - name: run tflint
+ run: tflint -f compact --config .tflint.hcl
0 commit comments