From 411eaea55aadc4ea0016b765a40760dff4aec641 Mon Sep 17 00:00:00 2001 From: Andre Mueller Date: Mon, 8 Jan 2024 20:19:20 +0100 Subject: [PATCH] add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b19654..bdb7cea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Skip Lists in Go +[![Go](https://github.com/andremueller/goskiplist/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/andremueller/goskiplist/actions/workflows/go.yml) + ## Introduction This is a new skip list library for Go supporting access by a key and index.