Ansible/.gitea/workflows/lint.yaml
Tomislav Kopić 92a78f7ef7
Some checks failed
Lint ansible / lint (push) Failing after 0s
Added ansible lint
2024-02-20 23:05:52 +01:00

10 lines
193 B
YAML

name: Lint ansible
run-name: ${{ gitea.actor }} running ansible linter
on: [push]
jobs:
lint:
image: pipelinecomponents/ansible-lint
script:
- run: ansible-lint --show-relpath