feat: create a single job for CI pipeline #94
Merged
Annotations
8 warnings
Lint Application:
src/app/components/breadcrumbs/breadcrumbs.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint Application:
src/app/components/title/title.tsx#L5
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint Application:
src/app/hooks/use-data-by-name/use-data-by-name.ts#L26
React Hook useEffect has a missing dependency: 'fetchDataFn'. Either include it or remove the dependency array. If 'fetchDataFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint Application:
src/app/hooks/use-title/use-title.ts#L12
The ref value 'originalTitle.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'originalTitle.current' to a variable inside the effect, and use that variable in the cleanup function
|
Lint Application:
src/app/hooks/use-title/use-title.ts#L14
React Hook useEffect has a missing dependency: 'documentDefined'. Either include it or remove the dependency array
|
Lint Application:
src/features/home/alumni/alumni.tsx#L33
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint Application:
src/features/home/school/school.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint Application:
src/features/principles/principles.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
The logs for this run have expired and are no longer available.
Loading