Skip to content

Add CI validate workflow (build + test) - #21

Closed
Pieter de Bruin (pdebruin) wants to merge 2 commits into
mainfrom
add-validate-ci
Closed

Add CI validate workflow (build + test)#21
Pieter de Bruin (pdebruin) wants to merge 2 commits into
mainfrom
add-validate-ci

Conversation

@pdebruin

Copy link
Copy Markdown
Collaborator

Adds a GitHub Actions workflow that runs on every push to main and PR:

  • npm ci — install dependencies
  • npm run build — TypeScript compile
  • npm test — vitest suite

Tests against Node 22 and 24, matching the MicrosoftDocs/mcp CI pattern.

cc Mike Kinsman (@mikekinsman) Tianqi Zhang (@TianqiZhang)

Runs npm ci, build, and vitest on Node 22 and 24 for every push
to main and pull request. Matches the MicrosoftDocs/mcp CI pattern.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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