From 517efaff854efac6fe47f671457890b3d3b6d02e Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 26 Aug 2019 18:04:11 +0900 Subject: [PATCH] add: GitHub Actions official status badge - add the badge of Lint Awesome List workflow at the top of README - add information about GitHub Actions status badge --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3906fee..579fda5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) +
@@ -37,6 +39,20 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Official Actions Collection](https://github.com/actions)
- [GitHub Blog Announcement](https://blog.github.com/2018-10-17-action-demos/)
+### Status badge
+
+![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)
+
+> *Official documentation about the status badge has not been written yet.*
+
+URL to a status badge SVG.
+
+```
+https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg
+```
+
+An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg`
+
## Community Resources
### GitHub Tools and Management