Commit 474af6c
authored
ci: add cache for tf-lint (#100)
This pull request includes an update to the CI workflow configuration to
improve efficiency by caching TFLint plugins.
*
[`.github/workflows/ci.yml`](diffhunk://#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fR110-R114):
Added `actions/cache@v4` to cache TFLint plugins, which helps in
reducing the time taken to set up TFLint during CI runs.1 parent d8f4f50 commit 474af6c
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
0 commit comments