| 123456789101112131415161718 |
- Subject: README.md: Add a badge for GitHub Actions
- Origin: upstream, commit 0.4.27-28-geae08a3 <https://github.com/ahupp/python-magic/commit/0.4.27-28-geae08a3>
- Author: Christian Clauss <cclauss@me.com>
- Date: Thu May 16 18:16:22 2024 +0200
- https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
- [](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
- --- a/README.md
- +++ b/README.md
- @@ -1,5 +1,6 @@
- # python-magic
- [](https://badge.fury.io/py/python-magic)
- +[](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
- [](https://gitter.im/ahupp/python-magic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
- python-magic is a Python interface to the libmagic file type
|