fix: name clashes #1067
ci.yml
on: pull_request
Matrix: lint
Matrix: test-examples
Matrix: test
Annotations
10 errors and 4 warnings
test (16.x, ubuntu-latest)
Conversion of type 'Contract' to type 'NameClashes' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test (16.x, ubuntu-latest)
Interface 'NameClashes' incorrectly extends interface 'BaseContract'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'off'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'on'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'once'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'off'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'on'.
|
test (16.x, ubuntu-latest)
Duplicate identifier 'once'.
|
test (16.x, ubuntu-latest)
Subsequent property declarations must have the same type. Property 'filters' must be of type '(overrides?: CallOverrides | undefined) => Promise<string>', but here has type '{}'.
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test-examples (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-examples (16.x, windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|