mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
addding requirements to lint action
This commit is contained in:
parent
fd2a5afebb
commit
df984fb25a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ansible-linting-check.yml
vendored
1
.github/workflows/ansible-linting-check.yml
vendored
|
@ -20,3 +20,4 @@ jobs:
|
||||||
uses: ansible-actions/ansible-lint-action@v1.0.2
|
uses: ansible-actions/ansible-lint-action@v1.0.2
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
|
collections_yml: 'requirements.yml'
|
||||||
|
|
Loading…
Reference in a new issue