Skip to content

Version Packages

Version Packages #64

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm lint
- run: pnpm build
- run: pnpm test:run
# source suites resolve workspace src/*.ts — only this exercises the bits we publish
- name: Artifact smoke (pack → clean install → boot MCP cli)
run: pnpm smoke:artifact