ansible-collection-nextcloud/.forgejo/workflows/ansible-lint.yml
s3lph b2c56d94b7
Some checks failed
Ansible Lint / build (push) Failing after 52s
fix: ci
2024-04-14 19:30:46 +02:00

18 lines
284 B
YAML

---
name: Ansible Lint
on: [push, pull_request]
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