Create EVM contract metadata package #6
check-clean.yml
on: pull_request
Matrix: format
Matrix: lint
Matrix: ts-check
Annotations
10 errors and 3 warnings
ts-check (18.x):
src/index.ts#L1
Cannot find module './evm' or its corresponding type declarations.
|
ts-check (18.x):
src/index.ts#L2
Cannot find module './hyperlane' or its corresponding type declarations.
|
ts-check (18.x):
test/evm.test.ts#L3
Module '"../src"' has no exported member 'EVMChainEnum'.
|
ts-check (18.x):
test/evm.test.ts#L3
Module '"../src"' has no exported member 'EVMTokenEnum'.
|
ts-check (18.x):
test/evm.test.ts#L3
Module '"../src"' has no exported member 'EVMTokens'.
|
ts-check (18.x):
test/hyperlane.test.ts#L4
Module '"../src"' has no exported member 'HyperlaneAddresses'.
|
ts-check (18.x):
test/hyperlane.test.ts#L5
Module '"../src"' has no exported member 'HyperlaneChainEnum'.
|
ts-check (18.x):
test/hyperlane.test.ts#L6
Module '"../src"' has no exported member 'HyperlaneChains'.
|
ts-check (18.x):
test/hyperlane.test.ts#L7
Module '"../src"' has no exported member 'HyperlaneWarpRouteWhitelist'.
|
ts-check (18.x)
Process completed with exit code 2.
|
format (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ts-check (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|