diff options
author | 2020-11-19 01:10:22 +0100 | |
---|---|---|
committer | 2020-11-19 01:10:22 +0100 | |
commit | 1da131ae4c4d8688fa8c61fd6849a950b18c5142 (patch) | |
tree | 73c0ef921e18e23f26accf42ba3ea49cbd635da0 /README.md | |
parent | Merge pull request #1245 - global bot instance (diff) | |
parent | Add comment explaining buildx to workflow (diff) |
Merge pull request #1290 from python-discord/sebastiaan/backend/improve-actions-workflow
Ensure flake8 actually lints pull requests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,8 @@ # Python Utility Bot [](https://discord.gg/2B963hn) - +[![Lint & Test][1]][2] +[![Build][3]][4] [](https://coveralls.io/github/python-discord/bot) [](LICENSE) [](https://pythondiscord.com) @@ -10,3 +11,8 @@ This project is a Discord bot specifically for use with the Python Discord serve and other tools to help keep the server running like a well-oiled machine. Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) on our website if you're interested in helping out. + +[1]: https://github.com/python-discord/bot/workflows/Lint%20&%20Test/badge.svg?branch=master +[2]: https://github.com/python-discord/bot/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amaster +[3]: https://github.com/python-discord/bot/workflows/Build/badge.svg?branch=master +[4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amaster |