Skip to content

fix: remove exports from package.json #165

fix: remove exports from package.json

fix: remove exports from package.json #165

Triggered via pull request November 28, 2023 17:45
Status Success
Total duration 1m 23s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
export-deployments
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
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: deploy/1-deploy.ts#L6
Unexpected any. Specify a different type
Lint: hardhat.config.ts#L15
Require statement not part of import statement
Lint: tests/ProtocolShareReserve.ts#L234
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: contracts/ProtocolReserve/ProtocolShareReserve.sol#L53
Immutable variables name are set to be in capitalized SNAKE_CASE
Lint: contracts/Test/Mocks/MockToken.sol#L9
Immutable variables name are set to be in capitalized SNAKE_CASE
Docgen
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/