Skip to content

clean: clean needless files #94

clean: clean needless files

clean: clean needless files #94

Triggered via push December 20, 2025 12:16
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: push
backend-tests
2m 1s
backend-tests
frontend-lint
28s
frontend-lint
Fit to window
Zoom out
Zoom in

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