Skip to content

Bump ansible/ansible-lint from 24 to 25 #6

Bump ansible/ansible-lint from 24 to 25

Bump ansible/ansible-lint from 24 to 25 #6

Workflow file for this run

---
name: ansible
on:
pull_request:
push:
branches:
- main
- wip/next
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@v25
...