👷: add lint
Some checks failed
terraform-lint / terraform-lint (push) Failing after 14s

This commit is contained in:
VC
2025-03-06 17:35:25 +01:00
parent 134897ed6f
commit e7a8ab9db9

13
.gitea/workflows/lint.yml Normal file
View File

@@ -0,0 +1,13 @@
name: terraform-lint
on:
- push
jobs:
terraform-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Lint Terraform
uses: actionshub/terraform-lint@v2