fix: improved workflow #21
ci.yml
on: push
Backend (NestJS)
33s
Frontend (Next.js)
44s
Contracts (Rust)
35s
Annotations
3 warnings
|
Backend (NestJS):
backend/src/main.ts#L56
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Frontend (Next.js):
frontend/app/(dashboard)/shipments/[id]/page.tsx#L38
React Hook useEffect has a missing dependency: 'reload'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
frontend/app/(dashboard)/marketplace/page.tsx#L38
React Hook useEffect has a missing dependency: 'fetchMarketplace'. Either include it or remove the dependency array
|