From 7bbbaa6ba09ce5456511d0fd1e76d992b3c9bd16 Mon Sep 17 00:00:00 2001 From: Anton Kholomiov Date: Fri, 20 Oct 2023 15:21:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7dfc5cb..0d66db6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Mig - library to write composable and lightweight servers +[![build](https://github.com/anton-k/mig/actions/workflows/compile-and-test.yml/badge.svg)](https://github.com/anton-k/mig/actions/workflows/compile-and-test.yml) + The Mig is a library to build lightweight composable servers. The main strength is ability to build servers from parts and flexible DSL which features only small amount of functions.