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
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
Problem: It's very easy to make a change and forget to refresh the generated objects, resulting in out-of-sync RBIs
It's possible to run the generation as a git hook, but this can slow things down, and there's no way to guarantee that the hook runs anyway.
I'd like to add a check to my CI that guarantees that the models are up to date so that CI can fail changes that don't do this properly. tapioca just added a --verify option - is that possible for this project, too?
The text was updated successfully, but these errors were encountered:
Problem: It's very easy to make a change and forget to refresh the generated objects, resulting in out-of-sync RBIs
It's possible to run the generation as a git hook, but this can slow things down, and there's no way to guarantee that the hook runs anyway.
I'd like to add a check to my CI that guarantees that the models are up to date so that CI can fail changes that don't do this properly.
tapioca
just added a--verify
option - is that possible for this project, too?The text was updated successfully, but these errors were encountered: