Skip to content

fix(ci): include service workspaces in typecheck - #2416

Open
huyua9 wants to merge 2 commits into
moeru-ai:mainfrom
huyua9:fix/ci-typecheck-services
Open

fix(ci): include service workspaces in typecheck#2416
huyua9 wants to merge 2 commits into
moeru-ai:mainfrom
huyua9:fix/ci-typecheck-services

Conversation

@huyua9

@huyua9 huyua9 commented Aug 31, 2026

Copy link
Copy Markdown

Summary

  • include the services/* workspace in the root typecheck selector
  • make the CI Type Check job cover @proj-airi/computer-use-mcp, which is registered by pnpm-workspace.yaml

Why

The workspace includes services/**, but the root typecheck script selected only packages, apps, server, and docs. CI invokes this root script, so service packages could be changed without being typechecked.

Verification

  • git diff --check
  • node -e "const p=require('./package.json'); if (!p.scripts.typecheck.includes('-F=\\\"./services/*\\\"')) process.exit(1)"
  • pnpm --filter './services/*' list --depth=-1 (resolves @proj-airi/computer-use-mcp)

The full typecheck was not run in this filtered clone because dependencies are not installed; the change only extends the existing selector.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T02:36:57.940930Z ce608a4 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

⏳ Approval required for deploying to Cloudflare Workers (Preview) for stage-web.

Name Link
🔭 Waiting for approval For maintainers, approve here

Hey, maintainers, kindly take some time to review and approve this deployment when you are available. Thank you! 🙏

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.

3 participants