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