Skip to content

update to match the current plans better #214

update to match the current plans better

update to match the current plans better #214

Triggered via push September 29, 2023 06:42
Status Success
Total duration 43s
Artifacts

test.yml

on: push
Foundry project
32s
Foundry project
Matrix: Code linting
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Code linting (16.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Code linting (16.x, ubuntu-latest): development/contracts/AdjudicationFramework.sol#L5
global import of path ./mixin/BalanceHolder.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Code linting (16.x, ubuntu-latest): development/contracts/AdjudicationFramework.sol#L7
global import of path ./interfaces/IRealityETH_ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Code linting (16.x, ubuntu-latest): development/contracts/AdjudicationFramework.sol#L9
global import of path ./interfaces/IArbitrator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Code linting (16.x, ubuntu-latest): development/contracts/AdjudicationFramework.sol#L10
global import of path ./interfaces/IAMB.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Code linting (16.x, ubuntu-latest): development/contracts/AdjudicationFramework.sol#L11
global import of path ./interfaces/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Code linting (16.x, ubuntu-latest)
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/