Skip to content

build: l1

build: l1 #2

Triggered via pull request April 17, 2024 04:24
Status Failure
Total duration 31s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 warnings
commits
error trying to get list of pull request's commits Resource not accessible by integration HttpError: Resource not accessible by integration at /node_modules/@octokit/core/node_modules/@octokit/request/dist-node/index.js:66:23 at processTicksAndRejections (internal/process/task_queues.js:97:5) at async getRangeForEvent (/src/action.js:52:29)
commits
error running commitlint undefined is not iterable (cannot read property Symbol(Symbol.iterator)) TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator)) at showLintResults (/src/action.js:122:25) at processTicksAndRejections (internal/process/task_queues.js:97:5)
commits
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
commits
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
solidity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
solidity
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, 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/
solidity: src/interfaces/ICREATE3Factory.sol#L2
Compiler version 0.8.23 does not satisfy the 0.8.18 semver requirement
solidity: src/interfaces/Polygon/IPolygonRollupManager.sol#L2
Found more than One contract per file. 4 contracts found!
solidity: src/interfaces/Polygon/IPolygonRollupManager.sol#L9
Line length must be no more than 160 but current length is 210
solidity: src/interfaces/Yearn/IAccountant.sol#L28
Variable name must be in mixedCase
solidity: src/interfaces/Yearn/IStrategy.sol#L7
Code contains empty blocks
solidity: src/interfaces/Yearn/ITokenizedStrategy.sol#L4
imported name ERC20 is not used
solidity: src/L1Deployer.sol#L2
Compiler version ^0.8.20 does not satisfy the 0.8.18 semver requirement
solidity: src/L1Deployer.sol#L67
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/L1Deployer.sol#L69
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity: src/L1Deployer.sol#L71
Immutable variables name are set to be in capitalized SNAKE_CASE
solidity
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/