Skip to content

Update README.md

Update README.md #10

Workflow file for this run

name: ansible-lint
on:
push:
pull_request:
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@main