Skip to content

refactor(architecture): separate server, test, and pure utils to fix CI errors #265

refactor(architecture): separate server, test, and pure utils to fix CI errors

refactor(architecture): separate server, test, and pure utils to fix CI errors #265

Triggered via pull request August 17, 2025 08:26
Status Success
Total duration 53s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 warning
build-and-test (24.x): src/mcp/tools/project-scaffolding/scaffold_ios_project.ts#L460
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read