1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_git.git synced 2024-09-14 20:12:03 +02:00
ansible_collection_git/.github/workflows/ansible-linting-check.yml
L3D 5878b84646
Update ansible-linting-check.yml
Signed-off-by: L3D <l3d@c3woc.de>
2023-10-10 20:12:22 +02:00

24 lines
489 B
YAML

---
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@v4
with:
lfs: true
submodules: true
fetch-depth: 0
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v0.0.3
with:
target: "./"
python_dependency: "jmespath"