ansible-collection-webserver/.forgejo/workflows/ansible-lint.yml
s3lph aeef456223
All checks were successful
Ansible Lint / build (push) Successful in 1m24s
Ansible Galaxy / deploy (push) Successful in 2m8s
major cleanup
2024-08-11 03:39:26 +02:00

17 lines
304 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-lint