1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_git.git synced 2024-09-14 20:12:03 +02:00

Improve action

This commit is contained in:
L3D 2023-04-15 23:59:24 +02:00
parent bbc0c29c22
commit cef0ee6daf

View file

@ -16,6 +16,10 @@ jobs:
steps: steps:
- name: 'checkout git repo' - name: 'checkout git repo'
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
lfs: true
submodules: true
fetch-depth: 0
- name: 'Lint Ansible Playbook' - name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6 uses: ansible/ansible-lint-action@v6