.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:
Thomas Woerner
2023-01-17 11:28:27 +01:00
parent fe6edbabdb
commit cc6a80fa88

View File

@@ -19,7 +19,7 @@ jobs:
pip install "ansible-core >=2.14,<2.15" ansible-lint
utils/build-galaxy-release.sh -ki
cd .galaxy-build
ansible-lint roles plugins
ansible-lint
yamllint:
name: Verify yamllint