Skip to content

feat: add GitHub Actions CI pipeline#9

Open
elicoon wants to merge 3 commits into
masterfrom
feat/github-actions-ci
Open

feat: add GitHub Actions CI pipeline#9
elicoon wants to merge 3 commits into
masterfrom
feat/github-actions-ci

Conversation

@elicoon

@elicoon elicoon commented Mar 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/ci.yml triggered on push to master and all PRs
  • Runs: checkout → Node 20 setup (with npm cache) → npm ci → npm run build → npm run test
  • Uses actions/checkout@v4 and actions/setup-node@v4

Test plan

  • CI run triggered automatically after push
  • All steps pass (npm ci, build, test)
  • Green check visible on PR

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