mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
CI: Add yamllint for YAML files, plugin/module docs, and YAML in extra docs (#10279)
* Add yamllint to CI.
* Fix more YAML booleans.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| tasks | ||
| vars | ||
| aliases | ||
| docker-compose.yml | ||
| README.md | ||
The integration test can be performed as follows:
# 1. Start docker-compose:
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml down
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml up -d
# 2. Run the integration tests:
ansible-test integration jenkins_credential --allow-unsupported -v