deez
Some checks failed
CI/CD Pipeline / lint (push) Successful in 18s
CI/CD Pipeline / build (push) Failing after 22s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
sotos
2025-12-16 11:33:34 +01:00
parent 9e042fba2d
commit 68a5bccc0f

View File

@@ -20,13 +20,9 @@ jobs:
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install yamllint ansible-lint pip3 install yamllint ansible-lint
- name: Install Ansible Collections
run: ansible-galaxy collection install community.docker
- name: Run linters - name: Run linters
run: | run: |
yamllint . yamllint .
ansible-lint ansible/playbooks
build: build:
runs-on: docker runs-on: docker