clean: clean needless files #94
ci.yml
on: push
backend-tests
2m 1s
frontend-lint
28s
Annotations
4 errors and 5 warnings
|
frontend-lint
Process completed with exit code 1.
|
|
frontend-lint:
frontend/src/app/upload/page.tsx#L65
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
frontend-lint:
frontend/src/app/library/page.tsx#L515
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
backend-tests
Process completed with exit code 1.
|
|
frontend-lint:
frontend/src/components/academic/ConversationHistory.tsx#L59
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
|
|
frontend-lint:
frontend/src/components/academic/ConversationHistory.tsx#L52
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
|
|
frontend-lint:
frontend/src/components/academic/ConversationHistory.tsx#L45
React Hook useEffect has a missing dependency: 'loadConversations'. Either include it or remove the dependency array
|
|
frontend-lint:
frontend/src/app/smart-reading/page.tsx#L76
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
|
|
frontend-lint:
frontend/src/app/academic/page.tsx#L12
'intelligentSearch' is defined but never used
|