From 128c06d2d4ee809c797154c1fc5ab5260048a9d0 Mon Sep 17 00:00:00 2001 From: jsajlovic Date: Wed, 1 Dec 2021 17:00:25 +0100 Subject: [PATCH] Add status badge for CI on master branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8806d582a..13c93e73d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# nrich +[![Continuous Integration](https://github.com/croz-ltd/nrich/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/croz-ltd/nrich/actions/workflows/ci.yml) + +# nrich Nrich is a Java library developed at CROZ whose purpose is to make development of applications on JVM a little easier. It contains modules that were found useful on projects and as such were extracted to a common library.