From dc0e3c5e616c463cc7c58514e00682ca4cc77709 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 29 Feb 2020 15:28:39 +0200 Subject: [PATCH] Add github actions badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5d11de..62821a4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![License](https://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![PyPi](https://badge.fury.io/py/pip-package-list.svg)](https://pypi.python.org/pypi/pip-package-list) +![test](https://github.com/Photonios/pip-package-list/workflows/test/badge.svg) A small and definitely faulty tool that tries to form a list of packages that you depend on. This is useful in mono-repo's where all dependencies are split into dozens of `requirements.txt` and `setup.py` files.