when: branch: master steps: build: image: alpine/git commands: - apk add ansible ansible-lint - cd slococo/playground - ansible-galaxy collection install . - ansible-lint - ls -al