-
Notifications
You must be signed in to change notification settings - Fork 339
docs(readme): add ci status badge #509
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
@@ -8,6 +8,11 @@ | |||
<br /> | |||
|
|||
<div align="center"> | |||
<!-- CI status --> | |||
<a href="https://github.com/async-rs/async-std/actions"> | |||
<img src="https://github.com/async-rs/async-std/workflows/CI/badge.svg" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if we could choose ?style=flat-square
here but I don't think GitHub's badges have configurable style. Maybe I'm wrong though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, GitHub cant customize style. Maybe wait badges/shields#2574.
Which branch's status is pointed? (I confirmed the above behavior, I removed the GitHub actions badge from all my projects about a month ago, but it may have changed now) |
@fundon Thanks, I'll look that. |
Docs says:
As we are not running CI on the master branch, the status of one month ago is currently displayed. |
Thank you |
No description provided.