Adding GitHub action workflow status badge to your repository
2 min readApr 26, 2020
--
In the previous tutorials, I wrote about how to add GitHub actions to your projects. Now we are going to add a status badge to our GitHub repo README.md. You can have a badge for each of your GitHub Actions CI workflows. The first step is to set up a GitHub workflow. Example code.
← It would look like this badge
You need to add below snippet to your README.md. Change names for you Project:
[![YourActionName Actions…