Skip to content

feat: first pass on score slider #11

feat: first pass on score slider

feat: first pass on score slider #11

Triggered via push August 8, 2024 00:25
Status Failure
Total duration 1m 54s
Billable time 5m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 7 warnings
format
@hyper/db#format: command (/home/runner/work/project-hyper/project-hyper/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@hyper/nextjs#format: command (/home/runner/work/project-hyper/project-hyper/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@hyper/expo#format: command (/home/runner/work/project-hyper/project-hyper/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
Process completed with exit code 1.
typecheck
Argument of type 'FlatConfig' is not assignable to parameter of type 'ConfigWithExtends'.
typecheck
@hyper/eslint-config#typecheck: command (/home/runner/work/project-hyper/project-hyper/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: apps/expo/jest-setup.ts#L3
Unsafe call of an `any` typed value
lint: apps/expo/jest-setup.ts#L3
A `require()` style import is forbidden
lint: apps/expo/jest-setup.ts#L3
Unsafe member access .setUpTests on an `any` value
lint: apps/expo/src/app/(auth)/reset-password.tsx#L10
Unsafe assignment of an error typed value
lint: apps/expo/src/app/(auth)/reset-password.tsx#L10
Unsafe call of an `error` type typed value
lint: apps/expo/src/app/(auth)/reset-password.tsx#L18
Unsafe call of an `error` type typed value
lint: apps/expo/src/app/(auth)/reset-password.tsx#L18
Forbidden non-null assertion
lint: apps/expo/src/app/(auth)/reset-password.tsx#L18
Unsafe member access .create on an `error` typed value
lint: apps/expo/src/app/(auth)/reset-password.tsx#L25
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
lint: apps/expo/src/app/(auth)/reset-password.tsx#L25
Unsafe member access [0] on an `error` typed value
lint: apps/expo/src/components/intro/waveform-intro-animation.tsx#L56
React Hook useEffect has a missing dependency: 'handleColorChange'. Either include it or remove the dependency array. If 'handleColorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: apps/expo/src/components/intro/waveform-intro-animation.tsx#L71
React Hook useEffect has a missing dependency: 'volume'. Either include it or remove the dependency array
lint: apps/expo/src/components/ui/card.tsx#L4
All imports in the declaration are only used as types. Use `import type`
lint: apps/expo/src/components/ui/skeleton.tsx#L24
React Hook React.useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
lint: apps/expo/src/components/ui/text.tsx#L2
All imports in the declaration are only used as types. Use `import type`
lint: apps/expo/src/components/ui/typography.tsx#L2
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/components/reports/novel/generative/generative-menu-switch.tsx#L28
React Hook useEffect has a missing dependency: 'editor'. Either include it or remove the dependency array