Skip to content

Commit 9ed9985

Browse files
authored
Fix readme badges for CI status (#2537)
1 parent b9098b8 commit 9ed9985

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
# Python Utility Bot
22

3-
[![Discord][7]][8]
4-
[![Lint & Test][1]][2]
5-
[![Build][3]][4]
6-
[![Deploy][5]][6]
3+
[![Discord][1]][2]
4+
[![CI][3]][4]
75
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
86

97
This project is a Discord bot specifically for use with the Python Discord server. It provides numerous utilities
108
and other tools to help keep the server running like a well-oiled machine.
119

1210
Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) on our website if you're interested in helping out.
1311

14-
[1]: https://github.com/python-discord/bot/workflows/Lint%20&%20Test/badge.svg?branch=main
15-
[2]: https://github.com/python-discord/bot/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain
16-
[3]: https://github.com/python-discord/bot/workflows/Build/badge.svg?branch=main
17-
[4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amain
18-
[5]: https://github.com/python-discord/bot/workflows/Deploy/badge.svg?branch=main
19-
[6]: https://github.com/python-discord/bot/actions?query=workflow%3ADeploy+branch%3Amain
20-
[7]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
21-
[8]: https://discord.gg/python
12+
[1]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
13+
[2]: https://discord.gg/python
14+
[3]: https://github.com/python-discord/bot/actions/workflows/main.yml/badge.svg?branch=main
15+
[4]: https://github.com/python-discord/bot/actions/workflows/main.yml?query=branch%3Amain

0 commit comments

Comments
 (0)