Skip to content

Add ansible lint pr workflow #2

Add ansible lint pr workflow

Add ansible lint pr workflow #2

Workflow file for this run

---
name: Pull request
on: pull_request
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main