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

19 lines
284 B
YAML
Raw Normal View History

---
name: Ansible Lint
on: [push, pull_request]
jobs:
build:
2024-04-14 19:25:36 +02:00
runs-on: docker
steps:
2024-04-14 19:25:36 +02:00
- uses: actions/checkout@v4
2024-04-14 19:25:36 +02:00
2024-04-14 19:30:46 +02:00
- run: |
apt update; apt install --yes python3-pip
pip3 install --break-system-packages ansible-lint
ansible-lint