Ansible/.gitea/workflows/lint.yaml
Tomislav Kopić 49e97098e3
Some checks failed
Lint ansible / lint (push) Failing after 39s
Added ansible lint
2024-02-20 23:04:23 +01:00

10 lines
192 B
YAML

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