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:
parent
200d04c886
commit
b6a6f9334b
1 changed files with 3 additions and 5 deletions
8
.github/workflows/ansible-linting-check.yml
vendored
8
.github/workflows/ansible-linting-check.yml
vendored
|
@ -11,13 +11,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'checkout git repo'
|
- name: 'checkout git repo'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.1.0
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: 'Lint Ansible Playbook'
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint-action@v6
|
uses: ansible/ansible-lint@v6.20.2
|
||||||
with:
|
|
||||||
path: "."
|
|
||||||
|
|
Loading…
Reference in a new issue