We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7538713 + 73fcb21 commit d2dedc5Copy full SHA for d2dedc5
1 file changed
.github/workflows/lint.yml
@@ -21,10 +21,8 @@ jobs:
21
cache: yarn
22
node-version-file: .tool-versions
23
- 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
27
- uses: jdx/mise-action@v2
28
with:
29
- install_args: hk pkl
+ install_args: hk pkl tflint terraform
+ - run: tflint --chdir=terraform --init
30
- run: hk check --all
0 commit comments