Skip to content

Bump collections/ansible_collections/community/general from 3774ca2 to 3e239e5 #1410

Bump collections/ansible_collections/community/general from 3774ca2 to 3e239e5

Bump collections/ansible_collections/community/general from 3774ca2 to 3e239e5 #1410

---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Checkout git repo
uses: actions/checkout@v6
with:
submodules: true
fetch-depth: 0
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.1.0
with:
target: "./"
python_dependency_file: 'requirements.txt'