Skip to content

Add ansible lint checker in PR mandatory checks #17

Add ansible lint checker in PR mandatory checks

Add ansible lint checker in PR mandatory checks #17

Workflow file for this run

---
name: ansible-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
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.x
- name: Run ansible-lint
uses: ansible/ansible-lint@main