Skip to content

Bump ansible/ansible-lint from 24.9.2 to 24.12.2 #36

Bump ansible/ansible-lint from 24.9.2 to 24.12.2

Bump ansible/ansible-lint from 24.9.2 to 24.12.2 #36

Workflow file for this run

---
name: "Ansible Lint"
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.AUTOMATION_PAT }}
- name: 'Ansible Lint'
uses: ansible/ansible-lint@v24.12.2