From 43a26b80d869953c1e280b76a80a2605d5c58c75 Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Tue, 25 Jun 2024 16:40:52 +0100 Subject: 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. --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2e2b7aec..44a5abb9 100755 --- a/README.md +++ b/README.md @@ -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://img.shields.io/badge/license-MIT-green)](LICENSE) [![Open in Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](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 -- cgit v1.2.3