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

Update default model & add a check #1381

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Update default model & add a check #1381

merged 2 commits into from
Jan 24, 2024

Conversation

stchris
Copy link
Contributor

@stchris stchris commented Jan 23, 2024

This updates the JSON model file after the 3.5.8 release.

I also added a CI check to make sure that file is up-to-date.

then
echo "Default model is up to date 👌"
else
echo "⚠️ Default model is not up to date. You need to run `make default-model` and commit the changes."
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this only print the message in the logs or does it actually exit with a non-zero status code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh shoot, good point, I forgot to exit. Thanks @tillprochaska !

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the else branch.

@stchris stchris merged commit c147afe into main Jan 24, 2024
8 checks passed
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.

None yet

2 participants