Ansible/.gitea/workflows/lint.yaml
Tomislav Kopić b93e3cd369
Some checks are pending
Lint ansible / lint (push) Waiting to run
Added ansible lint
2024-02-20 22:59:27 +01:00

10 lines
194 B
YAML

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