Skip to content

feat: Action Menu #14422

feat: Action Menu

feat: Action Menu #14422

Triggered via pull request October 8, 2024 13:22
@jamil314jamil314
synchronize #7633
action-menu
Status Failure
Total duration 4m 20s
Artifacts

lint-and-test.yml

on: pull_request
security-scans
13s
security-scans
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
test (packages/search)
Process completed with exit code 1.
test (packages/client)
Type '({ declarationId, declarationStatus, type, isDownloaded, scope }: IActionItemCommonProps & IDeclarationProps) => false | "" | Element | undefined' is not assignable to type 'FC<IActionItemCommonProps & IDeclarationProps>'.
test (packages/client)
Type '({ toggleDisplayDialog, isDownloaded, declarationStatus, scope }: IActionItemCommonProps & { toggleDisplayDialog?: (() => void) | undefined; }) => false | "" | Element | undefined' is not assignable to type 'FC<IActionItemCommonProps & { toggleDisplayDialog?: (() => void) | undefined; }>'.
test (packages/client)
Type '({ toggleDisplayDialog, isDownloaded, declarationStatus, scope }: IActionItemCommonProps & { toggleDisplayDialog?: (() => void) | undefined; }) => false | Element' is not assignable to type 'FC<IActionItemCommonProps & { toggleDisplayDialog?: (() => void) | undefined; }>'.
test (packages/client)
Type '({ declarationId, declarationStatus, type, scope, isDownloaded, isDuplicate }: IActionItemCommonProps & IDeclarationProps & { isDuplicate: boolean; }) => false | "" | Element | undefined' is not assignable to type 'FC<IActionItemCommonProps & IDeclarationProps & { isDuplicate: boolean; }>'.
test (packages/client)
Type '({ declarationId, declarationStatus, type, scope, isDownloaded }: IActionItemCommonProps & IDeclarationProps) => false | "" | Element | undefined' is not assignable to type 'FC<IActionItemCommonProps & IDeclarationProps>'.
test (packages/client)
Type '({ declarationId, declarationStatus, scope, type, isDownloaded }: IActionItemCommonProps & IDeclarationProps) => false | "" | Element | undefined' is not assignable to type 'FC<IActionItemCommonProps & IDeclarationProps>'.
test (packages/client)
Type '({ declarationId, isDownloaded, declarationStatus, scope }: IActionItemCommonProps & IDeclarationProps) => false | Element' is not assignable to type 'FC<IActionItemCommonProps & IDeclarationProps>'.
test (packages/client)
Type '({ handleDelete, declarationStatus }: { handleDelete: () => void; declarationStatus?: string | undefined; }) => false | Element' is not assignable to type 'FC<{ handleDelete: () => void; declarationStatus?: string | undefined; }>'.
test (packages/client)
Type '({ handleUnassign, isDownloaded, assignment, scope }: { handleUnassign: () => void; isDownloaded: boolean; assignment?: GQLAssignmentData | undefined; scope: Scope; }) => false | Element' is not assignable to type 'FC<{ handleUnassign: () => void; isDownloaded: boolean; assignment?: GQLAssignmentData | undefined; scope: Scope; }>'.
test (packages/client)
Process completed with exit code 2.
setup
The following actions use a deprecated Node.js version and will be forced to run on node20: mskelton/changelog-reminder-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/