From d6d14fb9c7cfd9ab7000bb4fe68dbf3539f40ddc Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Sun, 1 Sep 2024 09:38:09 -0700 Subject: [PATCH] README.md: add a link to the CI workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fbcf30..e1f7945 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # jrpc2 [![GoDoc](https://img.shields.io/static/v1?label=godoc&message=reference&color=yellow)](https://pkg.go.dev/github.com/creachadair/jrpc2) +[![CI](https://github.com/creachadair/jrpc2/actions/workflows/go-presubmit.yml/badge.svg?event=push&branch=main)](https://github.com/creachadair/jrpc2/actions/workflows/go-presubmit.yml) This repository provides a Go module that implements a [JSON-RPC 2.0][spec] client and server. There is also a working [example in the Go playground](https://go.dev/play/p/Nhg0smrxsoM).