Skip to content

Bump cspell from 5.12.4 to 6.31.2 #743

Bump cspell from 5.12.4 to 6.31.2

Bump cspell from 5.12.4 to 6.31.2 #743

Triggered via push July 26, 2023 14:52
Status Success
Total duration 1m 30s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-node@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: contracts/IGasReimbursable.sol#L24
global import of path ./IMessageReceiver.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/DepositBoxes/IDepositBoxERC1155.sol#L24
global import of path ../IDepositBox.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/DepositBoxes/IDepositBoxERC20.sol#L24
global import of path ../IDepositBox.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/DepositBoxes/IDepositBoxERC721.sol#L24
global import of path ../IDepositBox.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/DepositBoxes/IDepositBoxEth.sol#L24
global import of path ../IDepositBox.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/ICommunityPool.sol#L24
global import of path @skalenetwork/skale-manager-interfaces/IContractManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/ICommunityPool.sol#L27
global import of path ./ILinker.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/ICommunityPool.sol#L28
global import of path ./IMessageProxyForMainnet.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/ICommunityPool.sol#L29
global import of path ./ITwin.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/mainnet/IDepositBox.sol#L24
global import of path @skalenetwork/skale-manager-interfaces/IContractManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test
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/