Skip to content

fix: test

fix: test #3834

Triggered via pull request July 24, 2024 22:43
Status Failure
Total duration 2m 56s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
ci
Type '({ search, filters, sort, }: { search?: string; filters?: DataFilter[]; sort?: DataTableSortingState;}) => void' is not assignable to type '({ page, resultsPerPage, search, filters, sort, }: DataTableGetDataType) => MRT_RowData[] | Promise<MRT_RowData[]>'.
ci
Process completed with exit code 2.
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ci: packages/odyssey-storybook/src/guidelines/Roadmap/RoadmapTable.tsx#L175
React Hook useCallback has an unnecessary dependency: 'data'. Either exclude it or remove the dependency array. Outer scope values like 'data' aren't valid dependencies because mutating them doesn't re-render the component