Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Ansible Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Ansible Lint
run: |
pip install ansible-lint
- name: Run Ansible Lint
run: |
ansible-lint