From c6cab6ce2d0a89ba0017913f3e4567e6a91d2af9 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:52:59 -0400 Subject: [PATCH] Add build status badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7ef027..efaf866 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Various extensions, helpers, and utilities for [Peewee](http://peewee-orm.com) +[![CI Status](https://github.com/enpaul/peewee-plus/workflows/CI/badge.svg?event=push)](https://github.com/enpaul/peewee-plus/actions) [![PyPI Version](https://img.shields.io/pypi/v/peewee-plus)](https://pypi.org/project/peewee-plus/) [![License](https://img.shields.io/pypi/l/peewee-plus)](https://opensource.org/licenses/MIT) [![Python Supported Versions](https://img.shields.io/pypi/pyversions/peewee-plus)](https://www.python.org)