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 .