Skip to content

docs: update readthedocs.io URLs to docs.ansible.com equivalents (#387) #127

docs: update readthedocs.io URLs to docs.ansible.com equivalents (#387)

docs: update readthedocs.io URLs to docs.ansible.com equivalents (#387) #127

Workflow file for this run

---
name: Ansible Lint
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: "-r molecule/requirements.yml"