Feature/Add safe scripts #12
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npx solhint "contracts/**/*.sol":
contracts/staking/interfaces/IStakingRewards.sol#L22
Mismatch in @return count for function 'rewardsToken'. Expected: 1, Found: 0
|
|
Run npx solhint "contracts/**/*.sol":
contracts/staking/interfaces/IStakingRewards.sol#L22
Missing @return tag in function 'rewardsToken'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/staking/interfaces/IStakingRewards.sol#L22
Missing @notice tag in function 'rewardsToken'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/staking/interfaces/IStakingRewards.sol#L11
Missing @author tag in contract 'IStakingRewards'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/ProxyAdmin.sol#L4
global import of path @openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
|
|
|
Run npx solhint "contracts/**/*.sol":
contracts/BillionsNetworkToken.sol#L23
Missing @notice tag in function 'initialize'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/BillionsNetworkToken.sol#L10
Missing @notice tag in contract 'BillionsNetworkToken'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/BillionsNetworkToken.sol#L10
Missing @author tag in contract 'BillionsNetworkToken'
|
|
Run npx solhint "contracts/**/*.sol":
contracts/BillionsNetworkToken.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20PermitUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Loading