Skip to content

feat: add CDK synthesis validation tests #1319

feat: add CDK synthesis validation tests

feat: add CDK synthesis validation tests #1319

Triggered via pull request March 25, 2026 21:36
Status Failure
Total duration 2m 4s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
security
Process completed with exit code 1.
setup
Cache save failed.
lint: src/tui-harness/mcp/server.ts#L322
Found non-literal argument to RegExp Constructor
lint: src/tui-harness/mcp/server.ts#L232
Found non-literal argument to RegExp Constructor
lint: src/cli/tui/screens/deploy/useDeployFlow.ts#L481
React Hook useEffect has a missing dependency: 'context?.projectSpec.agentCoreGateways?.length'. Either include it or remove the dependency array
lint: src/cli/tui/components/ResourceGraph.tsx#L105
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L131
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/commands/status/command.tsx#L232
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option