Skip to content

complete article approval workflow, splitscreenlayout, searchablelist #19

complete article approval workflow, splitscreenlayout, searchablelist

complete article approval workflow, splitscreenlayout, searchablelist #19

Triggered via push July 21, 2024 17:54
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/app/(main)/(communities)/community/[slug]/assessments/[assessmentId]/page.tsx#L16
Cannot find module '@/components/ui/button' or its corresponding type declarations.
lint: src/components/articles/DiscussionForm.tsx#L8
Cannot find module '@/components/ui/button' or its corresponding type declarations.
lint: src/components/articles/DiscussionForum.tsx#L9
Cannot find module '@/components/ui/button' or its corresponding type declarations.
lint: src/components/common/SearchableList.tsx#L6
Cannot find module '@/components/ui/button' or its corresponding type declarations.
lint: src/components/common/SearchableList.tsx#L134
Property 'size' is missing in type '{ href: string; onClick: () => void; }' but required in type 'Pick<ButtonProps, "size">'.
lint: src/components/common/SearchableList.tsx#L139
Property 'size' is missing in type '{ children: number; href: string; onClick: () => void; isActive: boolean; }' but required in type 'Pick<ButtonProps, "size">'.
lint: src/components/common/SearchableList.tsx#L150
Property 'size' is missing in type '{ href: string; onClick: () => void; }' but required in type 'Pick<ButtonProps, "size">'.
lint: src/components/ui/pagination.tsx#L5
Cannot find module '@/components/ui/button' or its corresponding type declarations.
lint: src/components/ui/pagination.tsx#L56
'size' is specified more than once, so this usage will be overwritten.
lint: src/components/ui/pagination.tsx#L69
'size' is specified more than once, so this usage will be overwritten.
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/