From bd57f689754a51d683b339446ca5102424db7e6a Mon Sep 17 00:00:00 2001 From: Logan Spears Date: Sun, 7 Aug 2022 19:47:56 -0700 Subject: [PATCH] added build status to Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 990491e..09a4f93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # chess +[![Build and Test](https://github.com/notnil/chess/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/notnil/chess/actions/workflows/build-and-test.yaml) [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/notnil/chess) [![Coverage Status](https://coveralls.io/repos/notnil/chess/badge.svg?branch=master&service=github)](https://coveralls.io/github/notnil/chess?branch=master) [![Go Report Card](https://goreportcard.com/badge/notnil/chess)](https://goreportcard.com/report/notnil/chess)