What the check does
Reads the branch protection rule and reports whenrequired_status_checks is absent.
Why it matters
Status checks are the integration point between branch protection and your CI/CD pipeline. Without them:- Failing tests, lint errors, or security scans (including Pipefort itself in CI) can be merged.
- New status checks added later don’t retroactively gate anything.
- The “green checkmark” on PRs becomes advisory, not blocking.