reusable-workflows¶
The repository uses reusable workflow files to keep package verification and release artifact creation consistent across packages.
ci.yml defines the reusable package-check contract, while
release-artifacts.yml defines the reusable artifact build contract used by
publication flow. Grouping them together makes their role clear: they are
workflow building blocks rather than top-level entrypoints, so they run through
their callers instead of appearing as separate manual workflows. Their job
names stay package-scoped so the Actions UI shows which package and check
actually ran.
Workflow Anchors¶
.github/workflows/ci.yml.github/workflows/release-artifacts.yml- the package matrix callers in
verify.ymland the release workflows
Purpose¶
Use this page to see which workflows are building blocks and which top-level workflows call them.
Stability¶
Keep it aligned with the reusable workflow files and their current callers.