Skip to content

Bump ansible/ansible-lint from 24.7.0 to 24.9.0 #43

Bump ansible/ansible-lint from 24.7.0 to 24.9.0

Bump ansible/ansible-lint from 24.7.0 to 24.9.0 #43

Workflow file for this run

name: Ansible Lint
on:
push:
branches-ignore:
- "main"
pull_request:
branches-ignore:
- "main"
jobs:
ansible-lint:
name: Run Ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check yaml files
uses: ansible/ansible-lint@v24.9.0