Ansible/.gitea/workflows/lint.yaml
Tomislav Kopić ac37196ca1
Some checks failed
Lint ansible / lint (push) Failing after 13s
Still testing
2024-02-22 22:44:07 +01:00

10 lines
171 B
YAML

name: Lint ansible
on: [push]
jobs:
lint:
container: pipelinecomponents/ansible-lint
steps:
- name: "Run linter"
run: ansible-lint --show-relpath