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.
2 parents 8ce3a88 + 4a08cb1 commit 460167aCopy full SHA for 460167a
.github/workflows/tflint.yml
@@ -1,9 +1,9 @@
1
name: Lint
2
on:
3
push:
4
- branches: [ main ]
+ branches: [main]
5
pull_request:
6
- types: [ opened, synchronize ]
+ types: [opened, synchronize]
7
8
jobs:
9
tflint:
@@ -14,16 +14,16 @@ jobs:
14
os: [ubuntu-latest]
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
name: Checkout source code
19
20
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
21
name: Cache plugin dir
22
with:
23
path: ~/.tflint.d/plugins
24
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
25
26
- - uses: terraform-linters/setup-tflint@v3
+ - uses: terraform-linters/setup-tflint@v4
27
name: Setup TFLint
28
29
- name: Show version
0 commit comments