Skip to content

Remove query nesting so goldsky doesn't timeout (#53) #41

Remove query nesting so goldsky doesn't timeout (#53)

Remove query nesting so goldsky doesn't timeout (#53) #41

Triggered via push August 2, 2024 16:42
Status Failure
Total duration 4m 4s
Artifacts
build-and-deploy
3m 55s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build-and-deploy
Not Found
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, nwtgck/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy: tinlake-ui/components/Auth/index.tsx#L17
React Hook React.useEffect has missing dependencies: 'debugAddress', 'dispatch', and 'tinlake'. Either include them or remove the dependency array
build-and-deploy: tinlake-ui/components/DebugFlags/context.ts#L54
React Hook React.useMemo has a missing dependency: 'ctx.flags'. Either include it or remove the dependency array
build-and-deploy: tinlake-ui/components/DebugFlags/context.ts#L61
React Hook React.useEffect has missing dependencies: 'ctx' and 'id'. Either include them or remove the dependency array
build-and-deploy: tinlake-ui/components/Header/index.tsx#L164
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an 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
build-and-deploy: tinlake-ui/components/InvestAction/index.tsx#L71
React Hook React.useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
build-and-deploy: tinlake-ui/components/LoadingValue/index.tsx#L57
React Hook React.useEffect has a missing dependency: 'props.maxWidth'. Either include it or remove the dependency array. If 'setWidth' needs the current value of 'props.maxWidth', you can also switch to useReducer instead of useState and read 'props.maxWidth' in the reducer
build-and-deploy: tinlake-ui/components/Loan/List/index.tsx#L189
React Hook React.useMemo has a missing dependency: 'props.activePool?.metadata.currencySymbol'. Either include it or remove the dependency array
build-and-deploy: tinlake-ui/components/Overview/Archived.tsx#L63
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an 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
build-and-deploy: tinlake-ui/components/Scorecard/index.tsx#L65
The 'existingRiskGroups' conditional could make the dependencies of useMemo Hook (at line 84) change on every render. To fix this, wrap the initialization of 'existingRiskGroups' in its own useMemo() Hook
build-and-deploy: tinlake-ui/components/Scorecard/index.tsx#L65
The 'existingRiskGroups' conditional could make the dependencies of useMemo Hook (at line 100) change on every render. To fix this, wrap the initialization of 'existingRiskGroups' in its own useMemo() Hook
build-and-deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/