Files
tofu/.gitea/workflows/lint.yml
Clément VÉRET f50c364b7d
Some checks failed
terraform-lint / terraform-lint (push) Failing after 10s
test: use podman
2025-11-13 09:56:45 +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