diff options
author | 2020-11-19 11:39:17 +0100 | |
---|---|---|
committer | 2020-11-19 11:39:17 +0100 | |
commit | b8ded68a8a0fa062dfff4fe6de197f5379cacb40 (patch) | |
tree | 072926b54bccec8318771969adcc47b01c8e87be | |
parent | Merge 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.
-rwxr-xr-x | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,7 @@ # SeasonalBot -[ +[![Lint Badge][1]][2] +[![Build Badge][3]][4] [](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 |