name: Lint ansible on: [push] jobs: lint: container: pipelinecomponents/ansible-lint steps: - run: git clone https://git.tomislav-kopic.from.hr/tomislav/Ansible.git - run: ls -la - run: cd Ansible - name: "Run linter" run: ansible-lint --show-relpath