Skip to content

feat: Implement room search and clean interface #299

feat: Implement room search and clean interface

feat: Implement room search and clean interface #299

Triggered via pull request November 9, 2024 18:35
Status Failure
Total duration 1m 14s
Artifacts

lint-and-formatting.yml

on: pull_request
eslint_and_prettier
1m 3s
eslint_and_prettier
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
eslint_and_prettier: .storybook/main.ts#L20
Do not use "__dirname"
eslint_and_prettier
Process completed with exit code 1.
eslint_and_prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint_and_prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
eslint_and_prettier: src/components/ui/input.tsx#L8
'InputHTMLAttributes' is defined but never used. Allowed unused vars must match /^_/u
eslint_and_prettier: src/components/ui/select.tsx#L31
Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
eslint_and_prettier: src/components/ui/select.tsx#L123
Classnames 'h-3.5, w-3.5' could be replaced by the 'size-3.5' shorthand!
eslint_and_prettier: src/components/ui/select.tsx#L125
Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
eslint_and_prettier: src/components/ui/toast.tsx#L25
Classname 'destructive' is not a Tailwind CSS class!
eslint_and_prettier: src/components/ui/toast.tsx#L83
Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
eslint_and_prettier: src/hooks/matrix/useMatrixValue.ts#L59
React Hook useEffect has a missing dependency: 'action'. Either include it or remove the dependency array
eslint_and_prettier: src/hooks/use-toast.ts#L15
'actionTypes' is assigned a value but only used as a type. Allowed unused vars must match /^_/u