Files
tofu/.gitea/workflows/lint.yml
Clément VÉRET b64428f03b
Some checks failed
terraform-lint / terraform-lint (push) Has been cancelled
⬆️: upgrade bpg/proxmox
2025-11-13 11:53:02 +01:00

19 lines
419 B
YAML

---
name: terraform-lint
on: # yamllint disable-line rule:truthy
- push
jobs:
terraform-lint:
runs-on: ubuntu-podman
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint Terraform
uses: actionshub/terraform-lint@main
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v6
- name: Run TFLint
run: tflint -f compact --recursive