actions-marketplace-validations/Check storage layout

Easily compare storage layout reports generated by foundry!

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
contractThe path and name of the contract of which to inspect storage layout (e.g. src/Contract.sol:Contract).yes
addressThe address at which the contract is deployed on the EVM-compatible chain queried via rpcUrl.no
rpcUrlThe HTTP/WS url used to query the EVM-compatible chain for storage slots to check for clashing.no
failOnRemovalWhether to fail the CI when removing a storage slot (to only allow added or renamed storage slots).nofalse
tokenThe repository's github token.no${{ github.token }}
baseThe storage layout reference branch name.no${{ github.base_ref || github.ref_name }}
headThe storage layout target branch name.no${{ github.head_ref || github.ref_name }}
workingDirectoryThe directory inside which to run forge inspect.no.
retryDelayThe retry delay (in milliseconds) between each GitHub API query.no1000

no outputs