Skip to content
Triggered via push October 12, 2023 14:39
Status Failure
Total duration 1m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

6 errors
check-eslint
Type '{ children: Element; isOpen: boolean; isFullScreen: boolean; hasChanged: boolean; onClose: () => void; title: string; onSave: () => void; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
check-eslint
Type '{ children: Element[]; isOpen: boolean; onClose: () => void; title: string; isFullScreen: boolean; hasChanged: boolean; onSave: (() => Promise<void>) | undefined; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
check-eslint
Type '{ children: Element; isOpen: boolean; onClose: () => void; onSave: () => void; hasChanged: boolean; isFullScreen: boolean; title: string; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
check-eslint
Type '{ children: Element; isOpen: boolean; onClose: () => void; hasChanged: false; isFullScreen: boolean; title: string; }' is not assignable to type 'IntrinsicAttributes & ModalProps'.
check-eslint
Type '{ name: string; email: string; workspaces: { role: string; }[]; image: null; id: number; provider: UserProviderType; providerId: string; username: string; isDustSuperUser: boolean; }[]' is not assignable to type 'UserType[]'.
check-eslint
Process completed with exit code 2.