minilab/.github/workflows/tests.yml
2025-04-30 11:51:18 +00:00

18 lines
445 B
YAML

---
name: "CI"
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
workflow_dispatch:
# TO-DO: Below is an example cron scheduler. Uncomment and tweak it as per your requirement
# schedule:
# - cron: '0 0 * * *'
jobs:
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main