Skip to content

Commit 3cc44a4

Browse files
committed
ci: add cache for tf-lint
1 parent d8f4f50 commit 3cc44a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ jobs:
107107

108108
steps:
109109
- uses: actions/checkout@v4
110+
- uses: actions/cache@v4
111+
with:
112+
path: $HOME/.tflint.d/plugins
113+
key: tflint-${{ runner.os }}-${{ hashFiles('.tflint.hcl') }}
114+
110115
- uses: terraform-linters/setup-tflint@v4
111116
with:
112117
tflint_version: "latest"

0 commit comments

Comments
 (0)