Enhancement/event based form integration #43
frontend-typecheck.yml
on: pull_request
build-check
1m 36s
Annotations
6 errors and 2 warnings
build-check
Type '{ children: number; className: string; useChevron: boolean; iconSize: number; }' is not assignable to type 'IntrinsicAttributes & { children?: ReactNode; border?: boolean | undefined; className?: string | undefined; useAddIcon?: boolean | undefined; disableIcon?: boolean | undefined; renderChevronIcon?: boolean | undefined; }'.
|
build-check
Cannot find module '@app/app/(pages)/templates/create-template/components/Form/TriggerTab' or its corresponding type declarations.
|
build-check
Type '{ probability: number; frequency: string; } | { event: string; parameters: never[]; }' is not assignable to type 'IEventTrigger | ICronTrigger'.
|
build-check
Cannot find module '@app/app/(pages)/templates/create-template/components/Form/TriggerTab' or its corresponding type declarations.
|
build-check
Type '{ probability: number; frequency: string; } | { event: string; parameters: never[]; }' is not assignable to type 'IEventTrigger | ICronTrigger'.
|
build-check
Process completed with exit code 2.
|
build-check
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|