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

123456789101112131415161718
  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. https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
  6. [![Tests](https://github.com/ahupp/python-magic/actions/workflows/ci.yml/badge.svg)](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
  7. --- a/README.md
  8. +++ b/README.md
  9. @@ -1,5 +1,6 @@
  10. # python-magic
  11. [![PyPI version](https://badge.fury.io/py/python-magic.svg)](https://badge.fury.io/py/python-magic)
  12. +[![Tests](https://github.com/ahupp/python-magic/actions/workflows/ci.yml/badge.svg)](https://github.com/ahupp/python-magic/actions/workflows/ci.yml)
  13. [![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)
  14. python-magic is a Python interface to the libmagic file type