Skip to content

Add CI validate workflow (build + test)#21

Open
pdebruin wants to merge 2 commits into
mainfrom
add-validate-ci
Open

Add CI validate workflow (build + test)#21
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 @mikekinsman @TianqiZhang

pdebruin and others added 2 commits May 12, 2026 08:47
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