ansible-collection-nameserver/.forgejo/workflows/ansible-lint.yml

18 lines
304 B
YAML
Raw Normal View History

---
name: Ansible Lint
on: [push, pull_request] # noqa yaml[truthy]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: |
apt update; apt install --yes python3-pip
pip3 install --break-system-packages ansible-lint
ansible-lint