Skip to content

Add GitHub Actions CI workflow #15

@manavgup

Description

@manavgup

Context

Borrowed from IBM/mcp-context-forge which has modular workflows with concurrency control and path-based filtering.

FastStack has no CI — make check only runs locally.

What to do

  • Add .github/workflows/ci.yml:
    • Trigger: push to main, PRs to main
    • Concurrency: cancel stale runs on same branch
    • Steps: make installmake check (lint + typecheck + test with coverage)
    • Python 3.12 matrix (expand to 3.13 later)
  • Add branch protection rules requiring CI to pass before merge

Acceptance criteria

  • PRs show green/red CI status
  • make check runs on every push and PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions