From ff9dca5945401e145bdf0a12a8c813a47ebc2e55 Mon Sep 17 00:00:00 2001 From: Geetika Kapoor Date: Wed, 10 Jun 2026 13:54:01 +0100 Subject: [PATCH] docs(developing): document CI enforced checks under contributor guidelines Signed-off-by: Geetika Kapoor --- docs/developing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/developing.md b/docs/developing.md index 1b5022c..5b5c2e9 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -12,6 +12,11 @@ - All arguments have a specification in `meta/argument_specs.yml` - 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 Install `tox` (version 4 or newer) and `tox-ansible`: