Skip to content

feat(#87): deterministic repayment schedule, allocation, and arrears … #178

feat(#87): deterministic repayment schedule, allocation, and arrears …

feat(#87): deterministic repayment schedule, allocation, and arrears … #178

Triggered via pull request August 23, 2026 17:05
Status Failure
Total duration 1m 48s
Artifacts

ci.yml

on: pull_request
Pull request checks
1m 44s
Pull request checks
Main branch checks
Main branch checks
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Pull request checks
Process completed with exit code 2.
Pull request checks: lib/services/driver-contracts.service.ts#L715
Argument of type '{ verifiedAmountNgn: number; channel: string | null | undefined; metadata: Record<string, unknown> | undefined; }' is not assignable to parameter of type 'ApplyPaymentInput'.
Pull request checks: lib/repayments/repayment-engine.service.ts#L612
Argument of type '{ totalPaidNgn: number; _id: any; __v: number; }' is not assignable to parameter of type '{ startDate: string | Date; weeklyPaymentNgn: number; durationWeeks: number; totalPaidNgn: number; totalPayableNgn: number; }'.
Pull request checks: lib/repayments/repayment-engine.service.ts#L448
Argument of type '{ totalPaidNgn: number; _id: any; __v: number; }' is not assignable to parameter of type '{ startDate: string | Date; weeklyPaymentNgn: number; durationWeeks: number; totalPaidNgn: number; totalPayableNgn: number; }'.
Pull request 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/
Pull request 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
Pull request checks: app/dashboard/admin/loans/page.tsx#L65
React Hook useEffect has a missing dependency: 'fetchLoans'. Either include it or remove the dependency array