Skip to content

chore(deps): update ansible/ansible-lint action to v24.9.2 #12

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

chore(deps): update ansible/ansible-lint action to v24.9.2 #12

Workflow file for this run

---
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Install Ansible Galaxy Collections
run: ansible-galaxy collection install -r requirements.yml
- name: Run ansible-lint
uses: ansible/ansible-lint@3b5bee19c2102ea35bc8619795a72c5c73797fc7 # v24.9.2