From dd85f865d8175ca914b43b645d9b67b067111b08 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Fri, 30 Aug 2024 00:43:51 -0400 Subject: [PATCH] Added badge for build --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baa5545..e3e7821 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # CoreCache A distributed key-value store +[![Python Tests](https://github.com/gtinside/distributed-key-value-store/actions/workflows/validate.yaml/badge.svg?branch=main)](https://github.com/gtinside/distributed-key-value-store/actions/workflows/validate.yaml) + ## MVP 1. Leader election and coordination via ZooKeeper 2. Read and Writes through leader