Skip to content

m: add logs for notification keys #252

m: add logs for notification keys

m: add logs for notification keys #252

Triggered via push June 3, 2025 21:01
Status Failure
Total duration 1m 46s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 5 warnings
typecheck
Process completed with exit code 2.
typecheck
@potential/eslint-config#typecheck: command (/home/runner/work/potential/potential/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
format
@potential/web#format: command (/home/runner/work/potential/potential/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/db#format: command (/home/runner/work/potential/potential/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/ui#format: command (/home/runner/work/potential/potential/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/trpc#format: command (/home/runner/work/potential/potential/packages/trpc) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/ai#format: command (/home/runner/work/potential/potential/packages/ai) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/eslint-config#format: command (/home/runner/work/potential/potential/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/tailwind-config#format: command (/home/runner/work/potential/potential/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/storage#format: command (/home/runner/work/potential/potential/packages/storage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/validators#format: command (/home/runner/work/potential/potential/packages/validators) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@potential/prettier-config#format: command (/home/runner/work/potential/potential/tooling/prettier) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
lint: apps/mobile/src/components/trackers/TemplateConfigForm.tsx#L21
'onSubmit' is defined but never used. Allowed unused args must match /^_/u
lint: apps/mobile/src/components/app/trackerLogStep.tsx#L51
'NewTrackerFormData' is defined but never used. Allowed unused vars must match /^_/u
lint
Unnecessary conditional, value is always truthy
lint: apps/mobile/src/app/post-login-redirect.tsx#L36
Unnecessary conditional, value is always falsy
lint: apps/mobile/polyfills.ts#L15
Unsafe member access .polyfillGlobal on an `any` value
lint: apps/mobile/polyfills.ts#L7
Unsafe assignment of an `any` value
lint: packages/trpc/src/router/tracker.ts#L114
'user' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: packages/trpc/src/router/tracker.ts#L113
'db' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: apps/web/src/lib/utils.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers
lint: packages/db/src/schema/experiments.ts#L76
'many' is defined but never used. Allowed unused args must match /^_/u
lint: apps/mobile/src/components/ui/image-view.tsx#L2
Imports "ImageProps" are only used as type
lint: apps/mobile/src/components/ui/image-picker-uploader.tsx#L260
React Hook useImperativeHandle has a missing dependency: 'uploadPendingImages'. Either include it or remove the dependency array
lint: apps/mobile/src/components/branding/heart-sprite.tsx#L1027
React Hook React.useEffect has a missing dependency: 'bpm'. Either include it or remove the dependency array
lint: apps/mobile/src/app/_layout.tsx#L159
React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array
lint: apps/mobile/src/app/(home)/[trackerId].tsx#L214
React Hook useEffect has a missing dependency: 'getDefaultValue'. Either include it or remove the dependency array