0.4.27-28-geae08a3.readme-md-add-a-badge-for-github-actions.patch 1.1 KB

12345678910111213141516171819
  1. Subject: README.md: Add a badge for GitHub Actions
  2. Origin: upstream, commit 0.4.27-28-geae08a3 <https://github.com/ahupp/python-magic/commit/0.4.27-28-geae08a3>
  3. Author: Christian Clauss <cclauss@me.com>
  4. Date: Thu May 16 18:16:22 2024 +0200
  5. Forwarded: not-needed
  6. https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
  7. [![Tests](https://github.com/ahupp/python-magic/actions/workflows/ci.yml/badge.svg)](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
  8. --- a/README.md
  9. +++ b/README.md
  10. @@ -1,5 +1,6 @@
  11. # python-magic
  12. [![PyPI version](https://badge.fury.io/py/python-magic.svg)](https://badge.fury.io/py/python-magic)
  13. +[![Tests](https://github.com/ahupp/python-magic/actions/workflows/ci.yml/badge.svg)](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
  14. [![Join the chat at https://gitter.im/ahupp/python-magic](https://badges.gitter.im/ahupp/python-magic.svg)](https://gitter.im/ahupp/python-magic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
  15. python-magic is a Python interface to the libmagic file type