Skip to content

Viem wip

Viem wip #10

Triggered via pull request July 27, 2023 00:35
@sbauchsbauch
synchronize #3
viem-wip
Status Failure
Total duration 1m 31s
Artifacts

contract-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test
Process completed with exit code 1.
test: packages/contracts/test/integration/utils/offchainLookupMock.ts#L4
Unexpected any. Specify a different type
test
global import of path @openzeppelin/contracts/utils/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
Avoid to use inline assembly. It is acceptable only in rare cases
test
global import of path @openzeppelin/contracts/utils/Context.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
global import of path ./IForwardRequest.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
Avoid to use inline assembly. It is acceptable only in rare cases
test
Avoid to use inline assembly. It is acceptable only in rare cases
test
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
global import of path @openzeppelin/contracts/utils/Context.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
global import of path ./IForwardRequest.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
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/