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
I would like to implement a stage in my CI that checks if the bindings need to be updated or not. Something similar to cargo fmt --check would be nice where the script exits and prints any differences.
typeshare --check for example so my CI would fail if the bindings have not been properly updated.
The text was updated successfully, but these errors were encountered:
I would like to implement a stage in my CI that checks if the bindings need to be updated or not. Something similar to
cargo fmt --check
would be nice where the script exits and prints any differences.typeshare --check
for example so my CI would fail if the bindings have not been properly updated.The text was updated successfully, but these errors were encountered: