Skip to content

Staging

Staging #558

Triggered via pull request October 30, 2024 20:38
@kwisskwiss
synchronize #201
staging
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
lint
@ark-market/app#lint: command (/home/runner/work/ark-market/ark-market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint: apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-buy-now.tsx#L72
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/accept-offer.tsx#L84
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/cancel-offer.tsx#L78
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-accept-best-offer.tsx#L104
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-cancel-listing.tsx#L75
Unexpected `await` of a non-Promise (non-"Thenable") value
lint: apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-create-listing.tsx#L236
Unexpected `await` of a non-Promise (non-"Thenable") value
typecheck
@ark-market/app#typecheck: command (/home/runner/work/ark-market/ark-market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
Property 'fulfill' does not exist on type '{ fulfillAuction: UseMutateFunction<FulfillAuctionResult, Error, FulfillAuctionParameters, unknown>; ... 14 more ...; submittedAt: number; } | { ...; } | { ...; } | { ...; }'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
Type 'string' is not assignable to type 'bigint'.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
typecheck
This comparison appears to be unintentional because the types '"error" | "idle" | "pending" | "success"' and '"loading"' have no overlap.
lint: packages/ui/src/icon-wrapper.tsx#L65
React Hook useEffect has a missing dependency: 'weight'. Either include it or remove the dependency array
lint: apps/arkmarket/src/app/components/main-carousel.tsx#L56
React Hook useEffect has a missing dependency: 'startAutoSlide'. Either include it or remove the dependency array