From e7a8ab9db9329c7c08e4f736e3d72b158fb82080 Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 6 Mar 2025 17:35:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7:=20add=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/lint.yml diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml new file mode 100644 index 0000000..d8e22fc --- /dev/null +++ b/.gitea/workflows/lint.yml @@ -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