Skip to content

added ci

added ci #1

Triggered via push January 27, 2026 12:58
Status Success
Total duration 47s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/components/algorithms/sorting/RadixSortVisualizer.tsx#L18
'setArraySize' is assigned a value but never used
build: src/components/algorithms/sorting/QuickSortVisualizer.tsx#L20
'_setArraySize' is assigned a value but never used
build: src/components/algorithms/sorting/QuickSortVisualizer.tsx#L20
'arraySize' is assigned a value but never used
build: src/components/algorithms/searching/LinearSearchVisualizer.tsx#L16
'_setTarget' is assigned a value but never used
build: src/components/Templates/SortingTemp.tsx#L52
React Hook useEffect has a missing dependency: 'animateSorting'. Either include it or remove the dependency array
build: src/components/Templates/SearchingTemp.tsx#L67
React Hook useEffect has a missing dependency: 'animateLinearSearch'. Either include it or remove the dependency array
build: src/components/Templates/HashDataStructureTemp.tsx#L60
React Hook useEffect has a missing dependency: 'animateHashTable'. Either include it or remove the dependency array
build: src/components/InboxSection.tsx#L8
'ThemeToggle' is defined but never used
build: src/components/InboxSection.tsx#L7
'NonLinearDataStructure' is defined but never used
build: src/components/InboxSection.tsx#L6
'HashDataStructure' is defined but never used