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

18 lines
304 B
YAML
Raw Normal View History

---
name: Ansible Lint
2024-04-14 19:56:19 +02:00
on: [push, pull_request] # noqa yaml[truthy]
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