Skip to content

added local storage for saved searches and moved search content to be… #42

added local storage for saved searches and moved search content to be…

added local storage for saved searches and moved search content to be… #42

Triggered via pull request July 3, 2024 15:55
Status Failure
Total duration 39s
Artifacts

test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (20.x): src/App.tsx#L3
'Footer' is defined but never used
build (20.x): src/components/Button.tsx#L1
'useState' is defined but never used
build (20.x): src/components/Button.tsx#L11
'buttonClicked' is defined but never used
build (20.x): src/components/Footer.tsx#L1
'useState' is defined but never used
build (20.x): src/components/Footer.tsx#L1
'useEffect' is defined but never used
build (20.x): src/components/Navbar.tsx#L45
'button' is assigned a value but never used
build (20.x): src/components/SavedSearches.tsx#L14
'buttonClicked' is defined but never used
build (20.x): src/components/Search.tsx#L56
'clearSavedItems' is assigned a value but never used
build (20.x): src/components/SearchCard.tsx#L1
'useEffect' is defined but never used
build (20.x): src/components/SearchCard.tsx#L4
'saveArrayToLocalStorage' is defined but never used
build (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/