Skip to content

update ansible-lint workflow #4

update ansible-lint workflow

update ansible-lint workflow #4

Workflow file for this run

---
name: GitHub CI Validation
on:
pull_request:
branches:
- "*"
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v5
- name: Run ansible-lint
uses: ansible/ansible-lint@v25