CI Pipeline #1892
ci.yml
on: workflow_dispatch
Code Quality Checks
5m 13s
Auth Smoke Test
1m 13s
Dual-Persona Inventory Smoke
2m 54s
Migration Drift Check
38s
Local E2E Journeys
6m 26s
Run Tests
0s
Dependency Security Audit
46s
Main Red Alert (dispatched)
10s
Annotations
4 warnings
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 923) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L244
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 808) change on every render. To fix this, wrap the initialization of 'currentSavePayload' in its own useMemo() Hook
|
|
Code Quality Checks:
src/components/auth/LoginForm.tsx#L94
Do not use `window.location.assign()` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
|
Code Quality Checks:
src/app/admin/decisions/[id]/DecisionHeaderCard.tsx#L79
Do not use `window.location.href` to navigate to internal Next.js pages. Use `redirect()` in the render phase, or `useRouter().push()` in Client Components' event handlers instead. See: https://nextjs.org/docs/messages/no-location-assign-relative-destination
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
e2e-local-artifacts
|
842 KB |
sha256:630e2ef61f4c6ab1b10a96d870e93e495dba82b6c5582049917b2ea81429bd92
|
|