1101-refine-scheduled-job-batch-statuses #1920
radix-web-console-pr.yml
on: pull_request
Build
49s
Test
22s
Dependencies
23s
Lint
35s
Test RadixConfig
5s
Annotations
2 errors
Lint:
src/components/status-tooltips/replica-status-tooltip.tsx#L39
Type '{ Pending: { title: string; icon: JSX.Element; }; Failed: { title: string; type: "danger"; icon: JSX.Element; }; Failing: { title: string; type: "danger"; icon: JSX.Element; }; Running: { ...; }; Succeeded: { ...; }; Terminated: undefined; Starting: { ...; }; }' does not satisfy the expected type 'Record<"Pending" | "Failed" | "Failing" | "Running" | "Terminated" | "Starting" | "Stopped" | "Succeeded", StatusTooltipTemplateProps>'.
|
Lint
Process completed with exit code 2.
|