1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00

update gh action linting

This commit is contained in:
L3D 2023-09-30 23:04:58 +02:00
parent 200d04c886
commit b6a6f9334b
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -11,13 +11,11 @@ jobs:
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
uses: actions/checkout@v4.1.0
with:
lfs: true
submodules: false
fetch-depth: 0
- name: 'Lint Ansible Playbook'
uses: ansible/ansible-lint-action@v6
with:
path: "."
- name: Run ansible-lint
uses: ansible/ansible-lint@v6.20.2