Skip to content

feat: make astro app #66

feat: make astro app

feat: make astro app #66

Triggered via pull request August 6, 2025 09:19
Status Failure
Total duration 24s
Artifacts

ci.yml

on: pull_request
project-build-test  /  build-and-test
19s
project-build-test / build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
project-build-test / build-and-test: src/components/SourcesTableView.tsx#L55
Visible, non-interactive elements with click handlers must have at least one keyboard listener
project-build-test / build-and-test: src/components/SourcesTableView.tsx#L1
'useMemo' is defined but never used
project-build-test / build-and-test: src/components/SourcesTable.tsx#L157
`"` can be escaped with `"`, `“`, `"`, `”`
project-build-test / build-and-test: src/components/SourcesTable.tsx#L156
`"` can be escaped with `"`, `“`, `"`, `”`
project-build-test / build-and-test: src/components/SourcesCardsView.tsx#L1
'useMemo' is defined but never used
project-build-test / build-and-test: src/components/SortDropdown.tsx#L3
'GitHubModule' is defined but never used
project-build-test / build-and-test: src/components/SortDropdown.tsx#L1
'useEffect' is defined but never used
project-build-test / build-and-test: src/components/SortDropdown.tsx#L1
'useRef' is defined but never used
project-build-test / build-and-test: src/components/SortDropdown.tsx#L1
'useState' is defined but never used
project-build-test / build-and-test: src/components/Navbar.astro#L8
'currentPath' is assigned a value but never used
project-build-test / build-and-test: src/components/SourcesTable.tsx#L23
The 'sources' logical expression could make the dependencies of useMemo Hook (at line 66) change on every render. To fix this, wrap the initialization of 'sources' in its own useMemo() Hook