when: - event: push steps: - name: lint image: docker.io/libary/python:3-alpine commands: - pip install ansible ansible-lint - ansible-lint --version - ansible-lint .