Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-27 13:31:31 +00:00
parent 0a9d8a08de
commit d6a27d8f4f

View File

@ -120,8 +120,9 @@ jobs:
python-version: '3.11' python-version: '3.11'
- name: Install dependencies - name: Install dependencies
run: pip install pyyaml run: |
pip install pyyaml
pip install yamllint
- name: Init OpenTofu - name: Init OpenTofu
working-directory: infra/iac working-directory: infra/iac