From c3df7cdc78c550730040d7ea23a9598f69ba59f6 Mon Sep 17 00:00:00 2001 From: Djordje Lukic Date: Sun, 3 May 2020 15:25:50 +0200 Subject: [PATCH] Add ci badge in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7248254..6b9e5703 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Docker API +![](https://github.com/docker/api/workflows/Continuous%integration/badge.svg) + ## Dev Setup To setup a development machine to update the API protobufs, first run the `./setup-dev.sh` script to install the correct version of protobufs on your system and get the protobuild binary.