Added ansible lint
Lint ansible / lint (push) Failing after 0s Details

This commit is contained in:
Tomislav Kopić 2024-02-20 23:11:59 +01:00
parent 92a78f7ef7
commit 1003327c83
1 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@ on: [push]
jobs:
lint:
image: pipelinecomponents/ansible-lint
script:
- run: ansible-lint --show-relpath
steps:
- name: "Run linter"
uses: docker://pipelinecomponents/ansible-lint
run: ansible-lint --show-relpath