Organize imports #24
ci.yaml
on: push
Setup Environment
7s
Perform CodeQL Analysis
12s
Unit Test API
0s
Annotations
9 errors and 7 warnings
Perform CodeQL Analysis
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
|
Perform CodeQL Analysis
Code scanning is not enabled for this repository. Please enable code scanning in the repository settings.
|
Build
client#build: command (/home/runner/work/stocked-up/stocked-up/apps/client) npm run build exited (1)
|
Build
'EntityContainer' is declared but its value is never read.
|
Build
'replace' is declared but its value is never read.
|
Build
'CreateProductDto' is declared but its value is never read.
|
Build
'organization' is declared but its value is never read.
|
Build
'entry' is declared but its value is never read.
|
Build
Process completed with exit code 1.
|
Perform CodeQL Analysis
Debugging artifacts are unavailable since the 'init' Action failed before it could produce any.
|
Lint:
apps/api/src/models/products/products.controller.ts#L14
'mongoose' is defined but never used
|
Lint:
apps/api/src/models/warehouses/warehouses.service.spec.ts#L13
'id' is defined but never used
|
Lint:
apps/client/src/WarehouseEntityInfo.tsx#L2
'EntityContainer' is defined but never used
|
Lint:
apps/client/src/components/GoBackButton.tsx#L10
'replace' is assigned a value but never used
|
Lint:
apps/client/src/components/ProductUpdateForm.tsx#L5
'CreateProductDto' is defined but never used
|
Lint:
apps/client/src/components/TotalSalesChart.tsx#L49
'organization' is defined but never used
|