Skip to content

ci: implement ci pipeline#7

Merged
pikann merged 2 commits into
masterfrom
ci/implement-ci-pipeline
May 18, 2026
Merged

ci: implement ci pipeline#7
pikann merged 2 commits into
masterfrom
ci/implement-ci-pipeline

Conversation

@pikann
Copy link
Copy Markdown
Contributor

@pikann pikann commented May 18, 2026

This pull request introduces new GitHub Actions workflows to automate CI checks for the backend, frontend, and MCP server components. Each workflow is tailored to its respective directory and includes steps for linting, building, type checking, and testing, improving code quality and reliability for pull requests.

Backend CI workflow (.github/workflows/backend-pr-ci.yml):

  • Adds a workflow that runs on backend-related pull requests, including linting with golangci-lint, building a WASM binary, and running Go tests with race detection and coverage reporting.

Frontend CI workflow (.github/workflows/frontend-pr-ci.yml):

  • Adds a workflow that runs on frontend-related pull requests, performing dependency installation, type checking, and building the production bundle using Bun.

MCP server CI workflow (.github/workflows/mcp-pr-ci.yml):

  • Adds a workflow that runs on MCP server pull requests, handling dependency installation, type checking, and building the MCP server with Bun.

@pikann pikann merged commit 19a47aa into master May 18, 2026
5 checks passed
@pikann pikann deleted the ci/implement-ci-pipeline branch May 18, 2026 09:49
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