From 151c5a26b3886d5807c27a9113f39b81265ac984 Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 13 Nov 2025 09:36:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8:=20add=20tflint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 3a82a90..48dd64d 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -1,7 +1,7 @@ --- name: terraform-lint -on: +on: # yamllint disable-line rule:truthy - push jobs: @@ -12,3 +12,7 @@ jobs: 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