Skip to content

chore: add project details to file #114

chore: add project details to file

chore: add project details to file #114

Triggered via push July 12, 2023 03:47
Status Success
Total duration 2m 1s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy: src/App.tsx#L39
'setPersistentStorage' is assigned a value but never used
deploy: src/components/form/select/Select.tsx#L45
React Hook useEffect has a missing dependency: 'listboxRef'. Either include it or remove the dependency array
deploy: src/components/form/select/Select.tsx#L50
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
deploy: src/components/ui/modal/Modal.tsx#L30
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array
deploy: src/context/books/BooksContext.tsx#L11
'books' is defined but never used
deploy: src/context/theme/ThemeContext.ts#L12
'theme' is defined but never used
deploy: src/features/bookInformation/components/tracker/Tracker.tsx#L21
React Hook useEffect has a missing dependency: 'isOpen'. Either include it or remove the dependency array
deploy: src/features/saveBook/components/saveBookForm/SaveBookForm.tsx#L6
Using exported name 'useTheme' as identifier for default export
deploy: src/hooks/useDetectClickOut.tsx#L17
React Hook useEffect has a missing dependency: 'handleClickoutDetection'. Either include it or remove the dependency array