CI Targets¶
The CI make surface should be explicit enough that workflow files are not the only place where verification logic can be understood.
makes/bijux-py/ci/ defines the main CI-oriented target families for build,
docs, lint, quality, sbom, security, test, and shared utility behavior. Those
fragments are the reusable command layer that the workflows depend on.
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/.