Contract Module to support ERC5169 (TokenScript) #5855
checks.yml
on: pull_request
lint
22s
tests
3m 52s
tests-upgradeable
39s
tests-foundry
5m 11s
coverage
4m 53s
harnesses
15s
slither
2m 43s
codespell
11s
Annotations
4 errors and 1 warning
lint:
contracts/token/common/ERC5169.sol#L6
global import of path ../../utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
contracts/token/common/ERC5169.sol#L7
global import of path ./IERC5169.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint
Process completed with exit code 1.
|
tests-upgradeable
Process completed with exit code 1.
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|