From d6a27d8f4f3c177916d5e78a373210e42599eb70 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 27 Aug 2025 13:31:31 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index f798e73..5301525 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -120,8 +120,9 @@ jobs: python-version: '3.11' - name: Install dependencies - run: pip install pyyaml - + run: | + pip install pyyaml + pip install yamllint - name: Init OpenTofu working-directory: infra/iac