ci.yml
on: pull_request_review
Run Linters
1m 44s
Run Hardhat Tests
4m 19s
Annotations
9 warnings
Run Linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Linters:
test/hardhat/distributor/distributor.test.ts#L4
'parseUnits' is defined but never used
|
Run Linters:
test/hardhat/utils/helpers.ts#L142
Unexpected any. Specify a different type
|
Run Linters:
contracts/deprecated/OldDistributor.sol#L273
Replace address·tokenAddress,·address·to,·uint256·amountToRecover with ⏎········address·tokenAddress,⏎········address·to,⏎········uint256·amountToRecover⏎····
|
Run Linters:
contracts/DistributionCreator.sol#L52
Replace ⏎········DistributionParameters·memory·distribution with DistributionParameters·memory·distribution)
|
Run Linters:
contracts/DistributionCreator.sol#L54
Replace )·external·view with ····external⏎········view⏎·······
|
Run Linters:
contracts/Distributor.sol#L281
Replace address·tokenAddress,·address·to,·uint256·amountToRecover with ⏎········address·tokenAddress,⏎········address·to,⏎········uint256·amountToRecover⏎····
|
Run Linters:
contracts/interfaces/IAgToken.sol#L30
Replace uint256·amount,·address·burner,·address·sender with ⏎········uint256·amount,⏎········address·burner,⏎········address·sender⏎····
|
Run Hardhat Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|