Skip to content

Merge pull request #4 from open-dollar/add-eth-collateral #11

Merge pull request #4 from open-dollar/add-eth-collateral

Merge pull request #4 from open-dollar/add-eth-collateral #11

Triggered via push July 5, 2024 17:17
Status Failure
Total duration 42s
Artifacts

test.yml

on: push
Matrix: Run Unit and E2E Tests
Matrix: Run Linters
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 12 warnings
Run Linters (20.x): src/contracts/Executor.s.sol#L4
Unexpected import of console file
Run Linters (20.x): src/contracts/Proposer.s.sol#L5
Unexpected import of console file
Run Linters (20.x): src/contracts/Proposer.s.sol#L38
Unexpected console statement
Run Linters (20.x): src/contracts/Proposer.s.sol#L60
Unexpected console statement
Run Linters (20.x): src/contracts/Proposer.s.sol#L61
Unexpected console statement
Run Unit and E2E Tests (20.x)
Process completed with exit code 1.
Run Linters (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Linters (20.x): src/contracts/Executor.s.sol#L4
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (20.x): src/contracts/Executor.s.sol#L4
Import 'forge-std/console2.sol' in contract Executor should be declared as import {contract_to_import} from 'forge-std/console2.sol';
Run Linters (20.x): src/contracts/Executor.s.sol#L5
global import of path forge-std/Script.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (20.x): src/contracts/Executor.s.sol#L5
Import 'forge-std/Script.sol' in contract Executor should be declared as import {contract_to_import} from 'forge-std/Script.sol';
Run Linters (20.x): src/contracts/Executor.s.sol#L34
'json' should start with _
Run Linters (20.x): src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L17
imported name CollateralAuctionHouseChild is not used
Run Linters (20.x): src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L18
global import of path forge-std/StdJson.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (20.x): src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L18
Import 'forge-std/StdJson.sol' in contract GenerateAddCollateralProposal should be declared as import {contract_to_import} from 'forge-std/StdJson.sol';
Run Linters (20.x): src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
global import of path forge-std/console2.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run Linters (20.x): src/contracts/Generate/GenerateAddCollateralProposal.s.sol#L19
Import 'forge-std/console2.sol' in contract GenerateAddCollateralProposal should be declared as import {contract_to_import} from 'forge-std/console2.sol';
Run Unit and E2E Tests (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/