Merge pull request #249 from geetikakay/doc_fix_formating

docs(developing): document CI enforced checks under contributor guidelines
This commit is contained in:
kubevirt-bot
2026-06-10 15:58:18 +02:00
committed by GitHub

View File

@@ -12,6 +12,11 @@
- All arguments have a specification in `meta/argument_specs.yml` - All arguments have a specification in `meta/argument_specs.yml`
- All playbooks/roles should be focused on compatibility with Ansible Automation Platform - All playbooks/roles should be focused on compatibility with Ansible Automation Platform
### Before pushing
- Run `make format` before committing to auto-format the code. CI rejects unformatted PRs.
- CI runs `yamllint`, `ansible-lint` (production profile) and `shellcheck`. Fix any violations before pushing
## Development environment ## Development environment
Install `tox` (version 4 or newer) and `tox-ansible`: Install `tox` (version 4 or newer) and `tox-ansible`: