Skip to content

Bump ansible/ansible-lint from 24.2.3 to 24.12.2 #2380

Bump ansible/ansible-lint from 24.2.3 to 24.12.2

Bump ansible/ansible-lint from 24.2.3 to 24.12.2 #2380

Workflow file for this run

name: Ansible Lint
on:
push:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docs/**'
- 'docker/**'
- '.github/workflows/documentation.yml'
pull_request:
paths-ignore:
- 'README.md'
- 'Vagrantfile'
- 'docker/**'
- 'docs/**'
- '.github/workflows/documentation.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24.12.2