Skip to content

Add GitHub Actions CI workflow - #5

Merged
KerroKapple merged 1 commit into
mainfrom
chore/add-ci
Jun 15, 2026
Merged

Add GitHub Actions CI workflow#5
KerroKapple merged 1 commit into
mainfrom
chore/add-ci

Conversation

@KerroKapple

Copy link
Copy Markdown
Owner

Adds a CI workflow that runs the vitest suite on push and pull_request to main.

What it does

  • Runs on ubuntu-latest with Node 20 (actions/setup-node@v4, npm cache)
  • npm ci to install dependencies
  • npm test (vitest run) — all 18 tests pass locally

No build/lint script exists, so only tests run.

🤖 Generated with Claude Code

Run vitest suite on push and pull_request to main using Node 20
with npm dependency caching.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@KerroKapple
KerroKapple merged commit 0bddf1b into main Jun 15, 2026
1 check passed
@KerroKapple
KerroKapple deleted the chore/add-ci branch June 15, 2026 14:27
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