From: Luke Lau Date: Wed, 6 Nov 2019 01:12:43 +0000 (+0000) Subject: Update readme badge X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=1fece5cbea8a496f0ffd9bcdc66799a789d9bc6d;hp=4d7d4a7889723fcac14b034b4af5bc007a78505f Update readme badge --- diff --git a/README.md b/README.md index 8a16945..11f3709 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lsp-test [![Build Status](https://travis-ci.com/bubba/lsp-test.svg?branch=master)](https://travis-ci.com/bubba/lsp-test) [![Hackage](https://img.shields.io/hackage/v/lsp-test.svg)](https://hackage.haskell.org/package/lsp-test-0.1.0.0) +# lsp-test [![Actions Status](https://github.com/bubba/lsp-test/workflows/Haskell%20CI/badge.svg)](https://github.com/bubba/lsp-test/actions) [![Hackage](https://img.shields.io/hackage/v/lsp-test.svg)](https://hackage.haskell.org/package/lsp-test-0.1.0.0) lsp-test is a functional testing framework for Language Server Protocol servers. ```haskell