Skip to content

Adding fix for multiple modules names in docs #76

Adding fix for multiple modules names in docs

Adding fix for multiple modules names in docs #76

Workflow file for this run

---
name: ansible-lint
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
on:
- pull_request
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x (latest)
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run ansible-lint
uses: ansible/ansible-lint@main