Add Cargo.lock and repair nepa_contract for reproducible builds. #22
ci.yml
on: pull_request
Backend CI
3m 12s
Frontend CI
2m 8s
Contract CI
2m 8s
Contract Dapp CI
21s
CI Summary
4s
Annotations
32 errors and 24 warnings
|
Frontend CI
Process completed with exit code 1.
|
|
Frontend CI
Expression expected.
|
|
Frontend CI
Unexpected keyword or identifier.
|
|
Frontend CI
Invalid character.
|
|
Frontend CI
Unexpected keyword or identifier.
|
|
Frontend CI
Unknown keyword or identifier. Did you mean 'interface'?
|
|
Frontend CI
Invalid character.
|
|
Frontend CI
Invalid character.
|
|
Frontend CI
Unexpected keyword or identifier.
|
|
Frontend CI
Unknown keyword or identifier. Did you mean 'import'?
|
|
Frontend CI
Invalid character.
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L31
Unexpected any. Specify a different type
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L30
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L28
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L24
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L22
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L19
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L17
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L15
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L5
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Frontend CI:
frontend/cypress/support/commands.ts#L3
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
|
Backend CI
Process completed with exit code 1.
|
|
Backend CI
Cannot find name 'abuseDetector'.
|
|
Backend CI
Cannot find name 'UserController'. Did you mean 'userController'?
|
|
Backend CI
Cannot find name 'AuthenticationController'.
|
|
Backend CI
Cannot find name 'logger'.
|
|
Backend CI
Module '"./middleware/logger"' has no exported member 'errorTracker'. Did you mean to use 'import errorTracker from "./middleware/logger"' instead?
|
|
Backend CI
Type 'string' is not assignable to type '"stellar" | "card" | "bank"'.
|
|
Backend CI
Type 'string' is not assignable to type '"electricity" | "water"'.
|
|
Backend CI
Cannot find module 'faker' or its corresponding type declarations.
|
|
Backend CI
Cannot find module 'react-hot-toast' or its corresponding type declarations.
|
|
Backend CI
Cannot find module '../hooks/useSocket' or its corresponding type declarations.
|
|
Contract Dapp CI
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/
|
|
Frontend CI
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend CI:
frontend/src/components/OpenGraphMeta.tsx#L63
The 'finalOpenGraph' object makes the dependencies of useMemo Hook (at line 151) change on every render. To fix this, wrap the initialization of 'finalOpenGraph' in its own useMemo() Hook
|
|
Frontend CI:
frontend/src/components/FilterDemo.tsx#L34
The 'sampleData' array makes the dependencies of useEffect Hook (at line 176) change on every render. To fix this, wrap the initialization of 'sampleData' in its own useMemo() Hook
|
|
Frontend CI
React Hook useEffect has missing dependencies: 'exports' and 'loadExportTemplates'. Either include them or remove the dependency array
|
|
Frontend CI:
frontend/src/components/ErrorStates/useErrorHandler.tsx#L69
React Hook useCallback has a missing dependency: 'enableRetry'. Either include it or remove the dependency array
|
|
Frontend CI
React Hook useCallback has a missing dependency: 'reportError'. Either include it or remove the dependency array
|
|
Frontend CI
React Hook useCallback has a missing dependency: 'reportError'. Either include it or remove the dependency array
|
|
Frontend CI
React Hook useCallback has a missing dependency: 'handleSelect'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/src/components/Breadcrumbs/Breadcrumbs.tsx#L132
React Hook useMemo has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/src/components/Breadcrumbs/Breadcrumbs.tsx#L106
React Hook useMemo has a missing dependency: 'generateBreadcrumbsFromPath'. Either include it or remove the dependency array
|
|
Frontend CI
React Hook useCallback has a missing dependency: 'startUpload'. Either include it or remove the dependency array
|
|
Contract CI
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend CI
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend CI:
backend/MemoryMonitor.ts#L427
Unexpected any. Specify a different type
|
|
Backend CI:
backend/MemoryMonitor.ts#L350
Unexpected any. Specify a different type
|
|
Backend CI:
backend/MemoryMonitor.ts#L41
Unexpected any. Specify a different type
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L172
Unexpected any. Specify a different type
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L172
'reason' is defined but never used
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L159
Unexpected any. Specify a different type
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L86
'socket' is assigned a value but never used
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L44
Unexpected any. Specify a different type
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L12
Unexpected any. Specify a different type
|
|
Backend CI:
backend/ConnectionPoolManager.ts#L1
'Server' is defined but never used
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend-coverage
Expired
|
1.66 MB |
sha256:4636dc62b007ce3e4171fdfcb312d9720d56c5383f4991da72a0bf3c93852155
|
|
|
frontend-coverage
Expired
|
1.06 MB |
sha256:077e22f020bb5d8833eb0569ba1749abd328a9d7b684af97b65ecf2b1546807c
|
|