Skip to content

CI: Inline check-boilerplate.sh into reusable workflow #16

Description

@a6b8

Problem: Reusable workflow .github/workflows/check-boilerplate.yml calls bash .github/workflows/check-boilerplate.sh which only exists in the dot-github repo. When the workflow is invoked via workflow_call from a caller repo (flowmcp.github.io, flowmcp-spec, flowmcp-schemas-public), GitHub Actions checks out the CALLER's repo — so the script file is missing → exit code 127.

Root Cause: Reusable workflows share only the YAML, not other files in the dot-github repo.

Fix: Inline the script logic directly into the workflow YAML so it works in any caller context.

Verification after fix: Push to caller (e.g. flowmcp.github.io) triggers Lint Boilerplate → exit 0 (no hardcoded numbers detected).

Memo 060 Phase 8 PRD-026 follow-up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions