Skip to content

feat: add more permissions #45

feat: add more permissions

feat: add more permissions #45

Triggered via push July 19, 2024 19:41
Status Failure
Total duration 52s
Artifacts

quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 7 warnings
Prettier
Process completed with exit code 1.
TypeScript
@openassistantgpt/ui#build: command (/home/runner/work/OpenAssistantGPT-SDK/OpenAssistantGPT-SDK/packages/ui) pnpm run build exited (1)
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
TypeScript
The inferred type of 'Icons' cannot be named without a reference to '.pnpm/@types+react@18.3.3/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
Prettier
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ESLint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ESLint: packages/react/src/use-assistant.ts#L82
React Hook useEffect has a missing dependency: 'localStorageName'. Either include it or remove the dependency array
ESLint: packages/react/src/use-assistant.ts#L92
React Hook useEffect has missing dependencies: 'currentThreadId' and 'localStorageName'. Either include them or remove the dependency array
ESLint: packages/ui/components/chat-message.tsx#L74
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
ESLint: packages/ui/components/chat.tsx#L116
React Hook useEffect has missing dependencies: 'defaultMessage', 'handleInputChange', and 'input'. Either include them or remove the dependency array
TypeScript
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/