Added ansible lint
Some checks failed
Lint ansible / lint (push) Failing after 0s

This commit is contained in:
Tomislav Kopić 2024-02-20 23:11:59 +01:00
parent 92a78f7ef7
commit 1003327c83

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