feat: $FNDRY Staking & Custodial Escrow Service #279
ci.yml
on: pull_request
Backend Lint (Ruff)
7s
Backend Tests (pytest)
22s
Contracts Check (Anchor)
3s
Rust Lint (Clippy)
3s
Docker Build & Smoke Test
17s
Frontend Setup Check
3s
Frontend Lint (ESLint)
51s
Frontend Type Check (tsc)
56s
Frontend Tests (Vitest)
54s
Frontend Build (Next.js)
57s
CI Status Summary
4s
Annotations
20 errors, 10 warnings, and 2 notices
|
ruff (E701):
backend/app/api/escrow.py#L36
app/api/escrow.py:36:66: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L35
app/api/escrow.py:35:36: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L34
app/api/escrow.py:34:8: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L29
app/api/escrow.py:29:66: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L28
app/api/escrow.py:28:36: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L27
app/api/escrow.py:27:8: E701 Multiple statements on one line (colon)
|
|
ruff (E701):
backend/app/api/escrow.py#L20
app/api/escrow.py:20:8: E701 Multiple statements on one line (colon)
|
|
ruff (F401):
backend/app/api/bounties.py#L32
app/api/bounties.py:32:26: F401 `app.services.auth_service` imported but unused
help: Remove unused import: `app.services.auth_service`
|
|
ruff (F401):
backend/app/api/bounties.py#L14
app/api/bounties.py:14:46: F401 `app.models.errors.HTTPValidationError` imported but unused
help: Remove unused import: `app.models.errors.HTTPValidationError`
|
|
ruff (F401):
backend/app/api/bounties.py#L10
app/api/bounties.py:10:22: F401 `pydantic.BaseModel` imported but unused
help: Remove unused import: `pydantic.BaseModel`
|
|
Docker Build & Smoke Test
Process completed with exit code 1.
|
|
Backend Tests (pytest)
Process completed with exit code 2.
|
|
Frontend Tests (Vitest)
Process completed with exit code 1.
|
|
Frontend Type Check (tsc)
Process completed with exit code 2.
|
|
Frontend Type Check (tsc)
Cannot find module '../data/mockAgents' or its corresponding type declarations.
|
|
Frontend Type Check (tsc)
Module '"./Modal"' has no exported member 'Modal'. Did you mean to use 'import Modal from "./Modal"' instead?
|
|
Frontend Build (Next.js)
Process completed with exit code 2.
|
|
Frontend Build (Next.js)
Cannot find module '../data/mockAgents' or its corresponding type declarations.
|
|
Frontend Build (Next.js)
Module '"./Modal"' has no exported member 'Modal'. Did you mean to use 'import Modal from "./Modal"' instead?
|
|
CI Status Summary
Process completed with exit code 1.
|
|
Contracts Check (Anchor)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Setup Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Rust Lint (Clippy)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend Lint (Ruff)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Docker Build & Smoke Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend Tests (pytest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Lint (ESLint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Tests (Vitest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Type Check (tsc)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend Build (Next.js)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Contracts Check (Anchor)
No Anchor.toml found - skipping Anchor build
|
|
Rust Lint (Clippy)
No Cargo.toml found - skipping Rust lint
|