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

Merge pull request #6 from roles-ansible/lint

update gh action linting
This commit is contained in:
L3D 2023-10-03 03:15:24 +02:00 committed by GitHub
commit 3e2a8fceaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@ 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
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v0.0.1
with:
path: "."
target: "./"