steps: ansible-lint: group: test name: "Lint: Ansible-lint" image: guisea/ansible-molecule commands: - ansible-lint when: event: push yamllint: group: test name: "Lint: Yamllint" image: guisea/ansible-molecule commands: - yamllint when: event: push