Skip to content

chore(deps): update ansible/ansible-lint action to v24.9.0 #16

chore(deps): update ansible/ansible-lint action to v24.9.0

chore(deps): update ansible/ansible-lint action to v24.9.0 #16

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]