diff options
author | 2024-06-25 16:40:52 +0100 | |
---|---|---|
committer | 2024-06-25 16:40:52 +0100 | |
commit | 43a26b80d869953c1e280b76a80a2605d5c58c75 (patch) | |
tree | fcf8373ca2560985e8e4e8c2fa8db3d683f0f17f | |
parent | Add poetry-plugin-export plugin to fix CI warning (#1551) (diff) |
Point README badges at the CI workflow
Closes #1562
As lint & build are now workflow_call actions, they no longer record data int eh way this badge expects.
-rwxr-xr-x | README.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -1,8 +1,7 @@ # Sir Lancebot -[![Discord][5]][6] -[![Lint Badge][1]][2] -[![Build Badge][3]][4] +[![Discord][3]][4] +[![CI Badge][1]][2] [](LICENSE) [](https://gitpod.io/#/github.com/python-discord/sir-lancebot) @@ -23,9 +22,7 @@ Before you start, please take some time to read through our [contributing guidel See [Sir Lancebot's Wiki](https://pythondiscord.com/pages/contributing/sir-lancebot/) for in-depth guides on getting started with the project! -[1]:https://github.com/python-discord/sir-lancebot/workflows/Lint/badge.svg?branch=main -[2]:https://github.com/python-discord/sir-lancebot/actions?query=workflow%3ALint+branch%3Amain -[3]:https://github.com/python-discord/sir-lancebot/workflows/Build/badge.svg?branch=main -[4]:https://github.com/python-discord/sir-lancebot/actions?query=workflow%3ABuild+branch%3Amain -[5]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg -[6]: https://discord.gg/python +[1]:https://github.com/python-discord/sir-lancebot/workflows/CI/badge.svg?branch=main +[2]:https://github.com/python-discord/sir-lancebot/actions?query=workflow%3ACI+branch%3Amain +[3]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg +[4]: https://discord.gg/python |