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

Improve workflow job types #414

Merged

Conversation

matthewgapp
Copy link
Contributor

@matthewgapp matthewgapp commented Jul 16, 2023

@matthewgapp matthewgapp marked this pull request as ready for review July 16, 2023 04:30
@@ -29,7 +29,7 @@ async fn main() -> octocrab::Result<()> {
println!(
"{id} | {url} | [{files}] | {description}",
id = gist.id,
url = gist.html_url.to_string(),
url = gist.html_url,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

clippy --fix

@@ -19,6 +19,6 @@ async fn main() -> octocrab::Result<()> {
.public(false)
.send()
.await?;
println!("Done, created: {url}", url = gist.html_url.to_string());
println!("Done, created: {url}", url = gist.html_url);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

clippy --fix

@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 9806d64 into XAMPPRocky:main Jul 18, 2023
@github-actions github-actions bot mentioned this pull request Jul 18, 2023
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.

2 participants