Skip to content

ci: set up GitHub Actions pipeline#9

Merged
lukTS merged 1 commit into
mainfrom
ci/github-actions
May 16, 2026
Merged

ci: set up GitHub Actions pipeline#9
lukTS merged 1 commit into
mainfrom
ci/github-actions

Conversation

@lukTS
Copy link
Copy Markdown
Owner

@lukTS lukTS commented May 16, 2026

What

Set up CI/CD pipeline with GitHub Actions.

Added:

  • .github/workflows/ci.yml — CI workflow (checkout → pnpm → Node.js → install → typecheck → test → build)
  • packages/core/tests/engine.test.ts — placeholder test
  • pnpm-lock.yaml

Why

Automate quality checks on every push/PR to ensure code compiles, tests pass, and build succeeds.

Closes #3

@lukTS lukTS added this to the v0.1.0 milestone May 16, 2026
@lukTS lukTS self-assigned this May 16, 2026
@lukTS lukTS added the enhancement New feature or request label May 16, 2026
@lukTS lukTS merged commit 47a8b96 into main May 16, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: set up GitHub Actions pipeline

1 participant