From 09a334a53dd610b7ef79b7a2ef0b659fa5fd0692 Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sat, 30 Jan 2021 21:08:30 -0300 Subject: [PATCH] Add CI status badge Show GitHub actions status badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1e8cf7..8cc9af7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [Radix tree](https://en.wikipedia.org/wiki/Radix_tree) implementation for Crystal language +[![CI](https://github.com/luislavena/radix/workflows/CI/badge.svg)](https://github.com/luislavena/radix/actions) [![Latest Release](https://img.shields.io/github/release/luislavena/radix.svg)](https://github.com/luislavena/radix/releases) ## Installation