Skip to content

chore: Add release notes and changelog #599

chore: Add release notes and changelog

chore: Add release notes and changelog #599

Triggered via pull request August 16, 2023 18:48
Status Success
Total duration 2m 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint: packages/sample-foundry-project/src/Greeter.sol#L6
global import of path ./Library.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: packages/sample-foundry-project/src/Greeter.sol#L7
global import of path ./ClonedGreeter.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: packages/sample-hardhat-project/contracts/ClonedGreeter.sol#L4
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: packages/sample-hardhat-project/contracts/Greeter.sol#L4
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: packages/sample-hardhat-project/contracts/Greeter.sol#L6
global import of path ./Library.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: packages/sample-hardhat-project/contracts/Greeter.sol#L7
global import of path ./ClonedGreeter.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)