Skip to content

Bump ansible/ansible-lint from 24.6.1 to 24.7.0 #42

Bump ansible/ansible-lint from 24.6.1 to 24.7.0

Bump ansible/ansible-lint from 24.6.1 to 24.7.0 #42

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.7.0