From b2e2259f35726d6019bae6ed735cb8fbc9415e3f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 25 Mar 2021 17:36:42 -0400 Subject: [PATCH] doc: build badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2203ce95..18005461 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Linol +# Linol [![build](https://github.com/c-cube/linol/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/linol/actions/workflows/main.yml) This is a wrapper around the `lsp` library, which provides base types for the protocol. Linol ("linol is not ocaml-lsp") provides an object abstraction so that users can override only the methods they provide, and a Lwt implementation of the jsonrpc wire protocol.