From eb603ee5086beb866108851869c02d0e33465512 Mon Sep 17 00:00:00 2001 From: sotos Date: Tue, 16 Dec 2025 09:44:46 +0100 Subject: [PATCH] ci/cd --- .gitea/workflows/yamllint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/yamllint.yml b/.gitea/workflows/yamllint.yml index b904e59..0a63912 100644 --- a/.gitea/workflows/yamllint.yml +++ b/.gitea/workflows/yamllint.yml @@ -15,13 +15,13 @@ jobs: - name: Install linters run: | - apk add --no-cache python3 py3-venv bash git - python3 -m venv venv + apk add --no-cache python3 py3-pip bash git + python3 -m venv venv # venv module is included . venv/bin/activate pip install --upgrade pip pip install yamllint ansible-lint yamllint . - ansible-lint infrastructure/playbooks + ansible-lint ../../ansible/playbooks - name: YAML lint run: yamllint .