Skip to content

Major change to move to OpenAI functions (#33) #29

Major change to move to OpenAI functions (#33)

Major change to move to OpenAI functions (#33) #29

Re-run triggered October 27, 2023 08:00
Status Failure
Total duration 5s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
⬣ ESLint: app/hooks/useAutoGPTChat.ts#L87
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
⬣ ESLint: cypress/e2e/smoke.cy.ts#L1
'faker' is defined but never used
⬣ ESLint: cypress/support/commands.ts#L1
'faker' is defined but never used
⬣ ESLint: prisma/seed.ts#L2
'bcrypt' is defined but never used
⬣ ESLint
Process completed with exit code 1.
⬣ ESLint: app/components/AutoGPTChatLoop.tsx#L259
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
⬣ ESLint: app/components/Header.tsx#L16
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ ESLint: app/components/Header.tsx#L45
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ ESLint: app/components/HowToUseWithTokenRequest.tsx#L126
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ ESLint: app/components/TweetShare.tsx#L4
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
⬣ ESLint: app/hooks/useAutoGPTChat.ts#L175
React Hook useEffect has missing dependencies: 'description', 'goals', 'model', 'name', 'onActivity', and 'onTaskCompleted'. Either include them or remove the dependency array. If 'onActivity' changes too often, find the parent component that defines it and wrap that definition in useCallback