Skip to content

Add CI workflow for typecheck and tests - #6

Merged
Bre77 merged 1 commit into
mainfrom
fm/nlib-add-ci
Jul 23, 2026
Merged

Add CI workflow for typecheck and tests#6
Bre77 merged 1 commit into
mainfrom
fm/nlib-add-ci

Conversation

@Bre77

@Bre77 Bre77 commented Jul 23, 2026

Copy link
Copy Markdown
Member

What

  • Add a GitHub Actions workflow (.github/workflows/ci.yml) that runs on push to main and on every pull request:
    • Installs deps with pnpm install --frozen-lockfile.
    • Typechecks with tsc --noEmit.
    • Runs the vitest suite with pnpm test.
  • The repo had no CI configured - PR Wire signed-command building/dispatch through a transport-agnostic Commands seam #5's signed-command layer added a full test suite and a tsc build gate, but nothing enforced either on PRs. This wires both in so the upcoming BLE/router work is gated on green CI instead of relying on local runs.

@Bre77
Bre77 merged commit bae070e into main Jul 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant