-
Notifications
You must be signed in to change notification settings - Fork 28
Add RustCargoSteps workflow #468
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
Conversation
The workflow does not need to run in this repo. You can place it in the |
@magravel, are you planning to let the file sync PR be created in all of these repos and then amend the fixes needed to the bot's file sync PR? |
Yes |
@magravel, since we're expecting sync PRs to fail and need to be fixed. Let's wait until Monday to merge this so it doesn't affect anything sync changes that may need to go in in the meantime. |
Adds a Rust workflow that makes sure the code is well formatted, doesn't have Clippy errors, and that tests that are passing and validate the documentation.
This workflow is synced with these repositories:
This has been tested on a dummy repository.
Example: When fmt fails, we want other checks to still run in that case.
