mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-27 09:54:35 +00:00
docs(developing): document CI enforced checks under contributor guidelines
Signed-off-by: Geetika Kapoor <gkapoor@redhat.com>
This commit is contained in:
@@ -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`:
|
||||||
|
|||||||
Reference in New Issue
Block a user