feat(progress-tracker): wip #2364
quality.yml
on: pull_request
PR assignment
3s
Lint
4m 29s
Typecheck
3m 26s
Test
3m 48s
Accessibility
4m 15s
Visual testing
4m 25s
Deploy
4m 37s
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/
|