This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: terraform-lint
|
name: terraform-lint
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
- push
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -12,3 +12,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Lint Terraform
|
- name: Lint Terraform
|
||||||
uses: actionshub/terraform-lint@main
|
uses: actionshub/terraform-lint@main
|
||||||
|
- name: Setup TFLint
|
||||||
|
uses: terraform-linters/setup-tflint@v6
|
||||||
|
- name: Run TFLint
|
||||||
|
run: tflint -f compact --recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user