Skip to content

Form Question Edit Component and Page to View Form #1043

Form Question Edit Component and Page to View Form

Form Question Edit Component and Page to View Form #1043

Triggered via pull request December 21, 2025 00:04
Status Failure
Total duration 2m 10s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
format
Process completed with exit code 1.
format
@forge/consts#format: command (/home/runner/work/forge/forge/packages/consts) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
lint: apps/blade/src/app/admin/hackathon/events/_components/update-event.tsx#L169
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: apps/blade/src/app/admin/hackathon/events/_components/update-event.tsx#L169
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
lint: apps/gemiknights/src/app/_components/ui/background-gradient-animation.tsx#L76
React Hook useEffect has missing dependencies: 'curX' and 'curY'. Either include them or remove the dependency array. You can also do a functional update 'setCurX(c => ...)' if you only need 'curX' in the 'setCurX' call
lint: apps/gemiknights/src/app/_components/ui/background-gradient-animation.tsx#L61
React Hook useEffect has missing dependencies: 'blendingValue', 'fifthColor', 'firstColor', 'fourthColor', 'gradientBackgroundEnd', 'gradientBackgroundStart', 'pointerColor', 'secondColor', 'size', and 'thirdColor'. Either include them or remove the dependency array