Skip to content

Merge pull request #232 from OkeyAmy/implement-treasury-control-service #225

Merge pull request #232 from OkeyAmy/implement-treasury-control-service

Merge pull request #232 from OkeyAmy/implement-treasury-control-service #225

Triggered via push August 30, 2026 20:04
Status Failure
Total duration 2m 13s
Artifacts

ci.yml

on: push
Pull request checks
0s
Pull request checks
Main branch checks
1m 53s
Main branch checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Main branch checks
Process completed with exit code 2.
Main branch checks: lib/observability/logger.ts#L54
Spread types may only be created from object types.
Main branch checks: app/api/admin/treasury/summary/route.ts#L56
'response' is possibly 'undefined'.
Main branch checks: app/api/admin/treasury/summary/route.ts#L55
'response' is possibly 'undefined'.
Main branch checks: app/api/admin/privacy/holds/route.ts#L69
Type 'NextResponse<{ message: string; }> | undefined' is not assignable to type 'NextResponse<unknown>'.
Main branch checks: app/api/admin/privacy/holds/route.ts#L51
Type 'NextResponse<{ message: string; }> | undefined' is not assignable to type 'NextResponse<unknown>'.
Main branch checks
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Main branch checks: lib/payouts/engine.ts#L67
Assign object to a variable before exporting as module default
Main branch checks: components/landing/interactive-sections.tsx#L251
React Hook useEffect has an unnecessary dependency: 'sections.length'. Either exclude it or remove the dependency array. Outer scope values like 'sections.length' aren't valid dependencies because mutating them doesn't re-render the component
Main branch checks: app/dashboard/admin/loans/page.tsx#L65
React Hook useEffect has a missing dependency: 'fetchLoans'. Either include it or remove the dependency array