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

[test] Test PR time jobs #15683

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aptos-move/aptos-release-builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ pub enum Commands {
#[clap(long)]
mint_to_validator: bool,
},
/// Lets test shit
Copy link

Choose a reason for hiding this comment

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

Please remove the profanity in this comment and replace it with proper documentation that describes the command's purpose. Documentation is a critical part of code maintainability and should help future developers understand the functionality.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

/// Generate a gas schedule using the current values and store it to a file.
GenerateGasSchedule {
/// The version of the gas schedule to generate.
Expand Down
Loading