Skip to content

ci: add CI workflow with type checking, build, and tests#12

Merged
PastaPastaPasta merged 1 commit intoPastaPastaPasta:mainfrom
thepastaclaw:chore/add-ci
Feb 19, 2026
Merged

ci: add CI workflow with type checking, build, and tests#12
PastaPastaPasta merged 1 commit intoPastaPastaPasta:mainfrom
thepastaclaw:chore/add-ci

Conversation

@thepastaclaw
Copy link
Contributor

Adds a proper CI workflow that runs on PRs and pushes to main:

  • Type checktsc --noEmit (catches type errors without emitting)
  • Build — full production build via vite build
  • Testsvitest --run (passes with no tests for now, ready when tests are added)
  • Matrix — Node 20 + 22

Once this merges, the CI badge from PR #11 will be more meaningful.

Runs on PRs and pushes to main. Tests Node 20 and 22.
- Type check (tsc --noEmit)
- Production build (vite build)
- Tests (vitest, passWithNoTests until tests are added)
@PastaPastaPasta PastaPastaPasta merged commit abccbf6 into PastaPastaPasta:main Feb 19, 2026
2 checks passed
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.

2 participants