Skip to content

fix: improved workflow #21

fix: improved workflow

fix: improved workflow #21

Triggered via push February 28, 2026 10:06
Status Success
Total duration 48s
Artifacts

ci.yml

on: push
Backend (NestJS)
33s
Backend (NestJS)
Frontend (Next.js)
44s
Frontend (Next.js)
Contracts (Rust)
35s
Contracts (Rust)
Fit to window
Zoom out
Zoom in

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