web: LQT integration #5071
turbo-ci.yml
on: pull_request
Compile
/
wasm
3m 50s
Lint
1m 2s
Build
1m 21s
test
1m 51s
lint:rust
1m 25s
test:wasm
3m 52s
Annotations
9 errors
Lint
Type '{ readonly spend: ({ value }: SpendActionProps) => JSX.Element; readonly output: ({ value }: OutputActionProps) => JSX.Element; ... 23 more ...; readonly unknown: ({ label, opaque }: UnknownActionProps) => JSX.Element; }' does not satisfy the expected type 'Record<ActionViewType | "unknown", unknown>'.
|
Lint
Element implicitly has an 'any' type because expression of type '"spend" | "output" | "swap" | "swapClaim" | "delegatorVote" | "validatorDefinition" | "ibcRelayAction" | "proposalSubmit" | "proposalWithdraw" | "validatorVote" | "proposalDepositClaim" | ... 15 more ... | "unknown"' can't be used to index type '{ readonly spend: ({ value }: SpendActionProps) => Element; readonly output: ({ value }: OutputActionProps) => Element; readonly swap: ({ value }: SwapActionProps) => Element; ... 22 more ...; readonly unknown: ({ label, opaque }: UnknownActionProps) => Element; }'.
|
Lint
@penumbra-zone/ui#lint:strict: command (/home/runner/actions-runner/_work/web/web/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:strict exited (2)
|
Lint
Process completed with exit code 2.
|
Build
Object literal may only specify known properties, but 'getLQTHistoricalVote' does not exist in type 'IndexedDbMock'. Did you mean to write 'getLQTHistoricalVotes'?
|
Build
@penumbra-zone/services#build: command (/home/runner/actions-runner/_work/web/web/packages/services) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
Build
Process completed with exit code 1.
|
test
@penumbra-zone/services#test: command (/home/runner/actions-runner/_work/web/web/packages/services) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
test
Process completed with exit code 1.
|