Skip to content

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

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

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

Triggered via pull request August 16, 2025 22:31
Status Failure
Total duration 39s
Artifacts

ci.yml

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

Annotations

1 error and 1 warning
build-and-test (24.x)
Process completed with exit code 1.
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