-
Notifications
You must be signed in to change notification settings - Fork 45
reactivate status badge #592
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
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| Status for internal tests | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| .. image:: https://github.com/Pyomo/mpi-sppy/workflows/pyotracker/badge.svg | ||
| :target: https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml | ||
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml) |
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.
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml) | |
| [](https://github.com/Pyomo/mpi-sppy/actions/workflows/pyotracker.yml)] |
Is this missing a right bracket? I have to admit I'm not fluent in RST..
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.
There is no missing bracket. The closing braket is at position 93.
The syntax is []( link to workflow ). The commited line follows this syntax.
I followed the instruction and the lines are copied from the github page and is generated by github. So I hope it is working.
I tried to check the preview and have seen the same strange behavior like in the picture. If it is not working I will search for a different approach.
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.
I know the reason. The file has to be named README.md not README.rst. I will rename the file and than the changes should work.
Highlighting and formatting ist done by markdown (MD) instead of ReStructuredText (RST).
I was following the instruction on on how to add a status badge. I hope this changes will reactivate the status badge on the readme, so it will be easier to see, if the last run of the workflow was successful.
I also fixed some minor issues.
[x] fixes #591