There was an error while loading. Please reload this page.
1 parent 77dba4d commit f5e02b1Copy full SHA for f5e02b1
1 file changed
.github/workflows/ci.yaml
@@ -7,6 +7,8 @@ env:
7
jobs:
8
tflint:
9
runs-on: self-hosted
10
+ container:
11
+ image: ghcr.io/terraform-linters/tflint
12
13
steps:
14
- uses: actions/checkout@v4
@@ -23,10 +25,10 @@ jobs:
23
25
path: ~/.tflint.d/plugins
24
26
key: ${{ matrix.os }}-tflint-${{ steps.hash.outputs.hash }}
27
- - uses: terraform-linters/setup-tflint@v4
- name: Setup TFLint
28
- with:
29
- tflint_version: latest
+ #- uses: terraform-linters/setup-tflint@v4
+ # name: Setup TFLint
30
+ # with:
31
+ # tflint_version: latest
32
33
- name: Show version
34
run: |
0 commit comments