Skip to content

Commit d2dedc5

Browse files
Merge pull request #4016 from nhsuk/cache_tools_in_worfklow
Cache tools in worfklow
2 parents 7538713 + 73fcb21 commit d2dedc5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
cache: yarn
2222
node-version-file: .tool-versions
2323
- run: yarn install --immutable --immutable-cache --check-cache
24-
- uses: hashicorp/setup-terraform@v3
25-
- uses: terraform-linters/setup-tflint@v4
26-
- run: tflint --chdir=terraform --init
2724
- uses: jdx/mise-action@v2
2825
with:
29-
install_args: hk pkl
26+
install_args: hk pkl tflint terraform
27+
- run: tflint --chdir=terraform --init
3028
- run: hk check --all

0 commit comments

Comments
 (0)