CI Targets¶
The CI make surface should be explicit enough that workflow files are not the only place where verification logic can be understood.
The repository groups CI-oriented make fragments under makes/bijux-py/ci/.
Those files define target families for docs, lint, quality, sbom, security,
test, and build-related work.
CI Anchors¶
makes/bijux-py/ci/build.mkmakes/bijux-py/ci/docs.mkmakes/bijux-py/ci/lint.mkmakes/bijux-py/ci/quality.mkmakes/bijux-py/ci/security.mkmakes/bijux-py/ci/test.mk
Purpose¶
This page explains where CI-oriented targets live in the make tree.
Stability¶
Keep it aligned with the actual CI fragment set under makes/bijux-py/ci/.