Skip to content

feat(payouts): deterministic payout engine, service, tests, docs #199

feat(payouts): deterministic payout engine, service, tests, docs

feat(payouts): deterministic payout engine, service, tests, docs #199

Triggered via pull request August 27, 2026 10:58
Status Failure
Total duration 4m 24s
Artifacts

ci.yml

on: pull_request
Pull request checks
4m 20s
Pull request checks
Main branch checks
0s
Main branch checks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Pull request checks
Process completed with exit code 1.
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: lib/payouts/engine.ts#L67
Assign object to a variable before exporting as module default
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