Skip to content

add controller

add controller #25

Triggered via push September 4, 2024 20:11
Status Failure
Total duration 53s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
typecheck
@ark-market/app#typecheck: command (/home/runner/work/market/market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
typecheck
Cannot find module '~/icons/lords.svg' or its corresponding type declarations.
lint: apps/arkmarket/src/app/wallet/[walletAddress]/components/portfolio-items-data-grid-view.tsx#L65
'idx' is defined but never used. Allowed unused args must match /^_/u
lint: apps/arkmarket/src/app/wallet/[walletAddress]/components/portfolio-items-data-list-view.tsx#L36
'idx' is defined but never used. Allowed unused args must match /^_/u
lint: apps/arkmarket/src/components/connectors.tsx#L5
'paymaster' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: apps/arkmarket/src/components/connectors.tsx#L5
Unexpected any. Specify a different type
lint: apps/arkmarket/src/components/connectors.tsx#L8
NEXT_PUBLIC_RPC_URL is not listed as a dependency in turbo.json
lint: apps/arkmarket/src/components/connectors.tsx#L8
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
lint: apps/arkmarket/src/components/user-nav.tsx#L28
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
lint
@ark-market/app#lint: command (/home/runner/work/market/market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
Process completed with exit code 1.
lint: apps/arkmarket/src/components/connectors.tsx#L2
All imports in the declaration are only used as types. Use `import type`