Problem
The "Build and Deploy" status badge at the top of README.md points to a workflow file that no longer exists:
.github/workflows/master_xposterfunction.yml
This causes the badge to render as broken/unknown instead of showing the actual CI status.
Root Cause
The workflow was renamed from master_xposterfunction.yml to ci.yml but the badge reference in the README was never updated.
Fix
Update the badge URL in README.md from:
[](https://github.com/artcava/XPoster/actions/workflows/master_xposterfunction.yml)
to:
[](https://github.com/artcava/XPoster/actions/workflows/ci.yml)
Acceptance Criteria
Problem
The "Build and Deploy" status badge at the top of
README.mdpoints to a workflow file that no longer exists:This causes the badge to render as broken/unknown instead of showing the actual CI status.
Root Cause
The workflow was renamed from
master_xposterfunction.ymltoci.ymlbut the badge reference in the README was never updated.Fix
Update the badge URL in
README.mdfrom:to:
Acceptance Criteria
README.mdpoints toci.yml