From c9eb03ade833d89ac6d2559c4a08772dc549e4f1 Mon Sep 17 00:00:00 2001 From: Dominique Merle Date: Sat, 3 Jul 2021 02:40:18 +0200 Subject: [PATCH] docs: add a build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6a73a7..4f69582 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Majority Judgment for Golang +[![Build Status](https://img.shields.io/github/workflow/status/MieuxVoter/majority-judgment-library-go/Go?style=for-the-badge)](https://github.com/MieuxVoter/majority-judgment-library-go/actions/workflows/go.yml) + > WORK IN PROGRESS A Go library to deliberate using Majority Judgment.