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 a step to CI to validate all the workspace crates are set to the correct versions #443

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

Dekkonot
Copy link
Member

One of the hardships we've run into is ensuring all of our crates stay in lockstep, while also keeping them specified locally. To that end, I've written a script in Lune to validate it. It's not very complicated, it just reads through the Cargo.toml files and iterates through dependencies.

I think we should run this in CI so that it'll fail on PRs to up the versions, so I added a step to CI for it.

I am assuming github actions fail if the process exit code isn't 0. This feels like a pretty safe assumption.

@Dekkonot Dekkonot merged commit c5f705e into rojo-rbx:master Sep 3, 2024
3 checks passed
@Dekkonot Dekkonot deleted the version-validate branch September 3, 2024 18:12
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