CI Pipeline #1830
ci.yml
on: workflow_dispatch
Code Quality Checks
5m 21s
Auth Smoke Test
1m 14s
Dual-Persona Inventory Smoke
3m 3s
Migration Drift Check
40s
Local E2E Journeys
7m 11s
Run Tests
0s
Dependency Security Audit
45s
Main Red Alert (dispatched)
12s
Annotations
4 warnings
|
Code Quality Checks:
src/components/timecards/useTimecardDraft.ts#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 914) 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#L237
The 'currentSavePayload' object makes the dependencies of useCallback Hook (at line 799) 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#L83
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#L82
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
|
4.76 KB |
sha256:cb286abd3d996e0b53c2c493bb26d81e2f770ff947d86982b483dc3a42d9ab5f
|
|