We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d631d6 commit 603ebedCopy full SHA for 603ebed
scripts-dev/check_schema_delta.py
@@ -137,6 +137,9 @@ def main(force_colors: bool) -> None:
137
color=force_colors,
138
)
139
140
+ # Mark this run as not successful, but continue so that we report *all*
141
+ # errors.
142
+ return_code = 1
143
else:
144
click.secho(
145
f"All deltas are in the correct folder: {current_schema_version}!",
0 commit comments