Skip to content

Bump ansible/ansible-lint from 24.6.0 to 24.6.1 #9

Bump ansible/ansible-lint from 24.6.0 to 24.6.1

Bump ansible/ansible-lint from 24.6.0 to 24.6.1 #9

Workflow file for this run

name: ansible-lint
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24.6.1