Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub workflows to check bindings and mocks are up-to-date #262

Closed
wants to merge 6 commits into from

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented Jun 9, 2024

What Changed?

see title

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it


if [ ! -z "$(git status --porcelain)" ]; then
printf "Current generated bindings not up to date\n"
git diff
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just remove this?

@samlaf
Copy link
Collaborator Author

samlaf commented Jun 9, 2024

dockerized fork of abigen is now biting me back in the ass hehe.
image
Not sure why file is being recreated without read permission... easy "solution" is just to remove the git diff I think.

@samlaf
Copy link
Collaborator Author

samlaf commented Jun 9, 2024

Closing in favor of #263 and #264

@samlaf samlaf closed this Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant