Skip to content

feat(progress-tracker): wip #2364

feat(progress-tracker): wip

feat(progress-tracker): wip #2364

Triggered via pull request December 1, 2023 15:05
Status Failure
Total duration 4m 50s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Typecheck: packages/components/progress-tracker/src/ProgressTracker.test.tsx#L9
Property 'mode' is missing in type '{ children: string; }' but required in type '{ mode: "display" | "interactive"; activeStep?: number | undefined; }'.
Typecheck
Process completed with exit code 2.
Lint: packages/components/select/src/SelectItem.tsx#L17
React Hook useEffect has missing dependencies: 'registerOption' and 'unregisterOption'. Either include them or remove the dependency array
Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/