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

11 lines
232 B
YAML

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