Refactor CI workflow for dependency installation #57
Annotations
12 errors and 7 warnings
|
Soroban Contracts CI
Process completed with exit code 101.
|
|
Frontend CI
Process completed with exit code 1.
|
|
Backend CI
Type 'Response<any, Record<string, any>>' is not assignable to type 'void'.
|
|
Backend CI
Parameter 'e' implicitly has an 'any' type.
|
|
Backend CI
Property 'errors' does not exist on type 'ZodError<unknown>'.
|
|
Backend CI
Module '"@prisma/client"' has no exported member 'Prisma'.
|
|
Backend CI
Type '{ db: { url: string; }; }' is not assignable to type 'never'.
|
|
Backend CI
Parameter 'signal' implicitly has an 'any' type.
|
|
Backend CI
Type 'string | string[] | undefined' is not assignable to type 'string | StringFilter<"Stream"> | undefined' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
|
|
Backend CI
Type 'string | string[] | undefined' is not assignable to type 'string | StringFilter<"Stream"> | undefined' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
|
|
Backend CI
Type 'string | string[] | undefined' is not assignable to type 'string | undefined' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
|
|
Backend CI
Type '{ enabled: boolean; databaseUrl: string | undefined; allowHeader: boolean; allowQueryParam: boolean; headerName: string; queryParamName: string; }' is not assignable to type 'SandboxConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Frontend CI:
frontend/components/wallet/WalletButton.tsx#L19
'formatNetwork' is defined but never used
|
|
Frontend CI:
frontend/components/dashboard/StreamDetailsModal.tsx#L6
'shortenPublicKey' is defined but never used
|
|
Frontend CI:
frontend/components/dashboard/StreamDetailsModal.tsx#L3
'useState' is defined but never used
|
|
Frontend CI:
frontend/components/NotificationDropdown.tsx#L19
React Hook useEffect has a missing dependency: 'loadEvents'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/components/Dashboard.tsx#L35
React Hook React.useEffect has a missing dependency: 'loadEvents'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/app/layout.tsx#L10
'bannerConfig' is defined but never used
|
|
Frontend CI:
frontend/app/layout.tsx#L9
'Banner' is defined but never used
|