Skip to content

Refactor TableHead to Use renderHead Function for Header Rows. Added … #1164

Refactor TableHead to Use renderHead Function for Header Rows. Added …

Refactor TableHead to Use renderHead Function for Header Rows. Added … #1164

Triggered via pull request September 11, 2024 08:56
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
💅 Format
storybook#format:check: command (/home/runner/work/flowbite-react/flowbite-react/apps/storybook) /home/runner/.bun/bin/bun run format:check exited (1)
💅 Format
Process completed with exit code 1.
🕵 Lint
flowbite-react#lint: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run lint exited (1)
🕵 Lint: packages/ui/src/components/Modal/ModalHeader.tsx#L34
'closeButtonLabel' is assigned a value but never used. Allowed unused args must match /^_/u
🕵 Lint
Process completed with exit code 1.
✅ Typecheck
Property 'renderHead' is missing in type '{ children: Element[]; }' but required in type 'Omit<TableHeadProps, "ref">'.
✅ Typecheck
flowbite-react#typecheck: command (/home/runner/work/flowbite-react/flowbite-react/packages/ui) /home/runner/.bun/bin/bun run typecheck exited (2)
✅ Typecheck
Property 'renderHead' is missing in type '{ children: Element[]; }' but required in type 'Omit<TableHeadProps, "ref">'.
✅ Typecheck
Process completed with exit code 2.
🧰 Build
web#build: command (/home/runner/work/flowbite-react/flowbite-react/apps/web) /home/runner/.bun/bin/bun run build exited (1)
🧰 Build
Process completed with exit code 1.
🕵 Lint: apps/web/app/docs/layout.tsx#L36
Classname 'max-w-8xl' is not a Tailwind CSS class!
🕵 Lint: apps/web/app/docs/layout.tsx#L50
Classname 'max-w-8xl' is not a Tailwind CSS class!
🕵 Lint: apps/web/app/docs/layout.tsx#L170
Classname 'text-primary-700' is not a Tailwind CSS class!
🕵 Lint: apps/web/app/docs/layout.tsx#L170
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
🕵 Lint: apps/web/app/docs/layout.tsx#L170
Classname 'dark:text-primary-500' is not a Tailwind CSS class!
🕵 Lint: apps/web/app/not-found.tsx#L9
Classname 'text-primary-600' is not a Tailwind CSS class!
🕵 Lint: apps/web/components/code-demo.tsx#L250
Classname 'light' is not a Tailwind CSS class!
🕵 Lint: apps/web/components/code-demo.tsx#L277
Classname 'hover:text-primary-700' is not a Tailwind CSS class!
🕵 Lint: apps/web/components/code-demo.tsx#L277
Classname 'focus:text-primary-700' is not a Tailwind CSS class!
🕵 Lint: apps/web/components/code-demo.tsx#L312
Classname 'hover:text-primary-700' is not a Tailwind CSS class!