Skip to content

Fix validation error of RPC_URL #156

Fix validation error of RPC_URL

Fix validation error of RPC_URL #156

Triggered via pull request January 8, 2025 23:40
Status Failure
Total duration 10m 54s
Artifacts

tinlake-ui-pull-request.yml

on: pull_request
build-and-deploy-to-goerli
10m 43s
build-and-deploy-to-goerli
build-and-deploy-to-mainnet
10m 45s
build-and-deploy-to-mainnet
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 26 warnings
build-and-deploy-to-goerli
Process completed with exit code 1.
build-and-deploy-to-mainnet
Process completed with exit code 1.
build-and-deploy-to-goerli
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
build-and-deploy-to-mainnet
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
build-and-deploy-to-goerli
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-deploy-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli: 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-to-goerli
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/
build-and-deploy-to-mainnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-deploy-to-mainnet
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/
build-and-deploy-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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-to-mainnet: 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