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

19 lines
439 B
YAML

---
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-galaxy collection install community.mysql==1.2.0
ansible-galaxy collection install community.crypto==1.5.0
ansible-lint