Skip to content

feat/apr system

feat/apr system #1563

Triggered via pull request October 10, 2023 16:47
@MajorfiMajorfi
synchronize #369
apy
Status Failure
Total duration 1m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Test Build: apps/vaults/components/list/VaultListFactory.tsx#L113
Type '{ isLoading: boolean; sortedVaultsToDisplay: { symbol: string; chainID: number; type: "Automated" | "Automated Yearn Vault" | "Experimental" | "Experimental Yearn Vault" | "Standard" | "Yearn Vault"; ... 10 more ...; migration: { ...; }; }[]; currentCategory: string; }' is not assignable to type 'IntrinsicAttributes & { sortedVaultsToDisplay: { symbol: string; chainID: number; type: "Automated" | "Automated Yearn Vault" | "Experimental" | "Experimental Yearn Vault" | "Standard" | "Yearn Vault"; ... 10 more ...; migration: { ...; }; }[]; currentCategories: string; isLoading: boolean; }'.
Test Build
Process completed with exit code 2.
Test Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/