Skip to content

Fix/ issue #50

Fix/ issue #50 #54

Re-run triggered June 22, 2026 03:12
Status Failure
Total duration 1m 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
Lint and build
Process completed with exit code 2.
Lint and build: app/api/admin/risk/summary/route.ts#L39
No overload matches this call.
Lint and build: app/api/admin/risk/summary/route.ts#L37
No overload matches this call.
Lint and build: app/api/admin/risk/details/route.ts#L93
No overload matches this call.
Lint and build: app/api/admin/risk/details/route.ts#L88
No overload matches this call.
Lint and build: app/api/admin/risk/details/route.ts#L67
No overload matches this call.
Lint and build: app/api/admin/risk/details/route.ts#L62
No overload matches this call.
Lint and build
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/
Lint and build: 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
Lint and build: app/dashboard/admin/loans/page.tsx#L65
React Hook useEffect has a missing dependency: 'fetchLoans'. Either include it or remove the dependency array