👷: add minimal CI

This commit is contained in:
VC
2025-10-23 09:35:09 +02:00
parent 9f7687b667
commit 65c3ea5727

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

@@ -0,0 +1,14 @@
---
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@main