Skip to content

Dynamo Table Types for FE and BE #31

Dynamo Table Types for FE and BE

Dynamo Table Types for FE and BE #31

Triggered via pull request April 8, 2024 12:24
Status Success
Total duration 2m 59s
Artifacts

ci-cd.yml

on: pull_request
deploy-debug
0s
deploy-debug
deploy-frontend
0s
deploy-frontend
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
pre-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pre-deploy: apps/backend/src/app/app.module.ts#L2
'TypeOrmModule' is defined but never used
pre-deploy: apps/backend/src/app/app.module.ts#L6
'PluralNamingStrategy' is defined but never used
pre-deploy: apps/backend/src/strategies/plural-naming.strategy.ts#L13
'customName' is defined but never used
pre-deploy: apps/backend/src/strategies/plural-naming.strategy.ts#L14
'embeddedPrefixes' is defined but never used
pre-deploy: apps/frontend/src/app/app.tsx#L1
'SampleMap' is defined but never used
pre-deploy: apps/frontend/src/components/map/Map.tsx#L78
'markers' is assigned a value but never used
pre-deploy: apps/frontend/src/components/map/Map.tsx#L87
Assignments to the 'map' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L8
'generateCircleSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L9
'generateDiamondSVG' is defined but never used
pre-deploy: apps/frontend/src/components/map/MapLegend.tsx#L10
'generateSquareSVG' is defined but never used