Ansible/.gitea/workflows/lint.yaml

10 lines
193 B
YAML
Raw Normal View History

2024-02-20 21:58:00 +00:00
name: Lint ansible
run-name: ${{ gitea.actor }} running ansible linter
on: [push]
jobs:
lint:
2024-02-20 22:04:23 +00:00
image: pipelinecomponents/ansible-lint
2024-02-20 22:05:52 +00:00
script:
2024-02-20 21:59:27 +00:00
- run: ansible-lint --show-relpath