name: Lint ansible on: [push] jobs: lint: container: pipelinecomponents/ansible-lint steps: - name: "Run linter" run: ansible-lint --show-relpath