chore(ci): GitHub owner maonakamoto -> catomean #1812
ci.yml
on: push
Code Quality Checks
8m 8s
Auth Smoke Test
1m 42s
Dual-Persona Inventory Smoke
4m 9s
Migration Drift Check
36s
Local E2E Journeys
6m 54s
Run Tests
Dependency Security Audit
49s
Main Red Alert (dispatched)
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.78 KB |
sha256:3563276988f919744e9ba5ad09efa0d11528f5b53675c27deb03205a14522a9d
|
|