Skip to content

Create deploy.yml

Create deploy.yml #1

Triggered via push January 11, 2025 03:28
Status Failure
Total duration 53s
Artifacts

deploy.yml

on: push
build-and-deploy
45s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-and-deploy
Could not find a declaration file for module 'bn.js'. '/home/runner/work/fall/fall/app/node_modules/bn.js/lib/bn.js' implicitly has an 'any' type.
build-and-deploy
'collateralAmount' is declared but its value is never read.
build-and-deploy
Argument of type 'BorrowResult' is not assignable to parameter of type 'string'.
build-and-deploy
Cannot find module '../utils/createLendingPool' or its corresponding type declarations.
build-and-deploy
Argument of type '{ poolPda: PublicKey; poolAuthorityPda: PublicKey; liquidityMintPda: PublicKey; poolAccountA: PublicKey; poolAccountB: PublicKey; ... 7 more ...; lendingPoolAccountB: PublicKey; } | undefined' is not assignable to parameter of type 'SetStateAction<string>'.
build-and-deploy
Could not find a declaration file for module 'bn.js'. '/home/runner/work/fall/fall/app/node_modules/bn.js/lib/bn.js' implicitly has an 'any' type.
build-and-deploy
Argument of type '{ poolPda: PublicKey; lendingPoolAuthorityPda: PublicKey; lenderLendingBlockHeightMint: PublicKey; borrowerBorrowBlockHeightMint: PublicKey; ... 4 more ...; lendingPoolAccountB: PublicKey; } | undefined' is not assignable to parameter of type 'string'.
build-and-deploy
Could not find a declaration file for module 'bn.js'. '/home/runner/work/fall/fall/app/node_modules/bn.js/lib/bn.js' implicitly has an 'any' type.
build-and-deploy
Argument of type 'PoolInfo' is not assignable to parameter of type '{ pubkey: string; amm: string; mintA: string; mintB: string; }'.
build-and-deploy
Module '"./PoolItem"' declares 'PoolInfo' locally, but it is not exported.
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636