Remove debug for actions
Lint ansible / lint (push) Failing after 14s Details

This commit is contained in:
Tomislav Kopić 2024-02-22 22:56:09 +01:00
parent cb5606fb2f
commit cdc2309703
1 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ 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: "Clone code"
run: git clone https://git.tomislav-kopic.from.hr/tomislav/Ansible.git && cd Ansible
- name: "Run linter"
run: ansible-lint --show-relpath