mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
.github/workflows/lint.yml: Enable ansible-lint for the whole collection
The whole collection is tested with this change. Before it has been limited to the roles and plugins folder.
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
pip install "ansible-core >=2.14,<2.15" ansible-lint
|
pip install "ansible-core >=2.14,<2.15" ansible-lint
|
||||||
utils/build-galaxy-release.sh -ki
|
utils/build-galaxy-release.sh -ki
|
||||||
cd .galaxy-build
|
cd .galaxy-build
|
||||||
ansible-lint roles plugins
|
ansible-lint
|
||||||
|
|
||||||
yamllint:
|
yamllint:
|
||||||
name: Verify yamllint
|
name: Verify yamllint
|
||||||
|
|||||||
Reference in New Issue
Block a user