Skip to content

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

Bump ansible/ansible-lint from 24.7.0 to 24.9.0

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

Workflow file for this run

---
name: Ansible Lint
on:
pull_request:
push:
branches:
- '!main'
workflow_call:
workflow_dispatch:
permissions:
contents: read
jobs:
ansible-lint:
name: Run ansible-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ansible Galaxy collections
run: ansible-galaxy install -r requirements.yml
- name: Run ansible-lint
id: ansible-lint
uses: ansible/ansible-lint@25f783cce3ab921f4f65e53a75e731e0420ba8f2 # v24