You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a GitHub Actions CI workflow that checks whether the generated bindings are up to date.
As contract bindings are generated with forge bind and subsequently stored in ./ethereum/bindings/src/codegen/. On each PR, check if the committed bindings are up to date. If not fail the check.