Skip to content

fix: fix channels screen design #19

fix: fix channels screen design

fix: fix channels screen design #19

Triggered via push October 5, 2024 07:22
Status Failure
Total duration 1m 46s
Billable time 5m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 9 warnings
typecheck
Cannot find module '~/utils/User' or its corresponding type declarations.
typecheck
Cannot find module '~/utils/User' or its corresponding type declarations.
typecheck
Cannot find module '~/utils/User' or its corresponding type declarations.
typecheck
Cannot find module '~/utils/User' or its corresponding type declarations.
typecheck
Cannot find module '~/utils/User' or its corresponding type declarations.
typecheck
@acme/expo#typecheck: command (/home/runner/work/chatbot-test/chatbot-test/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L8
Unnecessary optional chain on a non-nullish value
lint: packages/api/src/infra/queryLLM.ts#L13
Use an `interface` instead of a `type`
lint: packages/api/src/router/chatbot.ts#L70
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint
@acme/api#lint: command (/home/runner/work/chatbot-test/chatbot-test/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint
@acme/expo#lint: command (/home/runner/work/chatbot-test/chatbot-test/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint: apps/expo/src/app/(app)/_layout.tsx#L6
Unsafe call of an `error` type typed value
lint: apps/expo/src/app/(app)/_layout.tsx#L6
Unsafe call of an `error` type typed value
lint: apps/expo/src/app/(app)/chat/[name].tsx#L26
Forbidden non-null assertion
lint: apps/expo/src/app/(app)/chat/[name].tsx#L49
Promise returned in function argument where a void return was expected
lint: apps/expo/src/app/(app)/chat/[name].tsx#L52
Promise returned in function argument where a void return was expected
lint: packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L1
All imports in the declaration are only used as types. Use `import type`
lint: packages/api/src/infra/adaptStreamMessagesToGptMessages.ts#L2
All imports in the declaration are only used as types. Use `import type`
lint: packages/api/src/infra/queryLLM.ts#L2
All imports in the declaration are only used as types. Use `import type`
lint: apps/expo/src/app/(app)/index.tsx#L29
React Hook useEffect has a missing dependency: 'setupClient'. Either include it or remove the dependency array
lint: apps/expo/src/app/sign-in.tsx#L36
React Hook useEffect has missing dependencies: 'opacity' and 'scale'. Either include them or remove the dependency array
lint: apps/expo/src/components/AnimatedTypingTitle.tsx#L64
React Hook useEffect has missing dependencies: 'bubbleOpacity', 'bubbleScale', and 'previousTitle'. Either include them or remove the dependency array
lint: apps/expo/src/components/CategoryCard.tsx#L2
Imports "ImageSourcePropType" are only used as type
lint: apps/expo/src/components/CategoryCard.tsx#L90
React Hook useEffect has missing dependencies: 'elevation' and 'opacity'. Either include them or remove the dependency array
lint: apps/expo/src/components/NewChatButton.tsx#L56
React Hook useEffect has a missing dependency: 'scale'. Either include it or remove the dependency array