Claude/tighten up types in coreui and wdk-client [Claude Code + CC Web] #3417
Triggered via pull request
November 18, 2025 22:39
Status
Failure
Total duration
18m 18s
Artifacts
–
Annotations
4 errors and 2 warnings
|
main
Process completed with exit code 1.
|
|
main
Argument of type '{ rows: CombinedResultRow[]; columns: MesaColumn<CombinedResultRow, keyof CombinedResultRow, string | number | null>[]; eventHandlers: { ...; }; options: { ...; }; uiState: { ...; }; }' is not assignable to parameter of type '{ rows?: CombinedResultRow[] | undefined; filteredRows?: CombinedResultRow[] | undefined; columns?: MesaColumn<CombinedResultRow, keyof CombinedResultRow, string | ... 1 more ... | null>[] | undefined; ... 4 more ...; headerWrapperStyle?: CSSProperties | undefined; }'.
|
|
main
Argument of type '{ rows: never[]; columns: MesaColumn<CombinedResultRow, keyof CombinedResultRow, string | number | null>[]; eventHandlers: { onSort: ({ key: columnKey }: { ...; }, direction: "asc" | "desc") => void; }; options: { ...; }; uiState: { ...; }; }' is not assignable to parameter of type '{ rows?: CombinedResultRow[] | undefined; filteredRows?: CombinedResultRow[] | undefined; columns?: MesaColumn<CombinedResultRow, keyof CombinedResultRow, string | ... 1 more ... | null>[] | undefined; ... 4 more ...; headerWrapperStyle?: CSSProperties | undefined; }'.
|
|
main
Type '{ sort: MesaSortObject<string>; }' is not assignable to type '{ sort?: MesaSortObject<keyof JobRow> | undefined; searchQuery?: string | undefined; filteredRowCount?: number | undefined; pagination?: { currentPage: number; totalPages?: number | undefined; totalRows: number; rowsPerPage: number; rowsPerPageOptions?: number[] | undefined; } | undefined; emptinessCulprit?: "search...'.
|
|
main
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/
|
|
main
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/
|