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

18 lines
267 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
- name: Run ansible-lint
2024-04-14 19:17:48 +02:00
uses: https://github.com/ansible/ansible-lint@main
2024-04-14 19:25:36 +02:00
with:
setup_python: false