From 477e9cdae8913990fd4c8dda6115da7bf48369f2 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 20 Oct 2019 23:52:16 -0700 Subject: [PATCH] Add CI build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 841a984..8a86bf8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Better Protobuf / gRPC Support for Python +![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg) + This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments. The following are supported: - Protobuf 3 & gRPC code generation