Skip to content

Commit

Permalink
fix(ci): add unused imports check to ci (ethereum-optimism#12360)
Browse files Browse the repository at this point in the history
Adds the Solidity unused imports check to ci.
  • Loading branch information
smartcontracts authored Oct 7, 2024
1 parent a85ff0a commit 77c91d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,8 @@ jobs:
command: interfaces-check-no-build
- run-contracts-check:
command: size-check
- run-contracts-check:
command: unused-imports-check-no-build

contracts-bedrock-validate-spacers:
docker:
Expand Down

0 comments on commit 77c91d0

Please sign in to comment.