aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-19 11:39:17 +0100
committerGravatar GitHub <[email protected]>2020-11-19 11:39:17 +0100
commitb8ded68a8a0fa062dfff4fe6de197f5379cacb40 (patch)
tree072926b54bccec8318771969adcc47b01c8e87be /README.md
parentMerge pull request #520 from python-discord/sebastiaan/backend/fix-flake8-check (diff)
Update workflow status badges in readme
Our two workflows, Lint and Build, now have separate status badges that link to the latest results from that workflow.
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7409ebc8..0c9d1e7d 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# SeasonalBot
-[![Build Status](https://github.com/python-discord/seasonalbot/workflows/Lint,%20Build%20&%20Deploy/badge.svg?branch=master)
+[![Lint Badge][1]][2]
+[![Build Badge][3]][4]
[![Discord](https://img.shields.io/static/v1?label=Python%20Discord&logo=discord&message=%3E100k%20members&color=%237289DA&logoColor=white)](https://discord.gg/2B963hn)
A Discord bot for the Python Discord community which changes with the seasons, and provides useful event features.
@@ -17,3 +18,8 @@ This later evolved into a bot that runs all year, providing season-appropriate f
Before you start, please take some time to read through our [contributing guidelines](CONTRIBUTING.md).
See [Seasonalbot's Wiki](https://pythondiscord.com/pages/contributing/seasonalbot/) for in-depth guides on getting started with the project!
+
+[1]:https://github.com/python-discord/seasonalbot/workflows/Lint/badge.svg?branch=master
+[2]:https://github.com/python-discord/seasonalbot/actions?query=workflow%3ALint+branch%3Amaster
+[3]:https://github.com/python-discord/seasonalbot/workflows/Build/badge.svg?branch=master
+[4]:https://github.com/python-discord/seasonalbot/actions?query=workflow%3ABuild+branch%3Amaster