From 5d2fb32c15b554aff7e1ae5e2085c5c6ca61b13c Mon Sep 17 00:00:00 2001 From: Catherine Moca <12579725+mochacat@users.noreply.github.com> Date: Thu, 25 Jun 2020 14:17:13 -0500 Subject: [PATCH] update readme with github actions badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c538b05..30fbf22 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is mostly intended to be used as a library for parsing, manipulating, and s For example, given a condition logic string like so `1 OR 2 AND (3 AND 4)`, this will allow you to remove any leaves by value and still get a valid condition logic string. +[![ci status](https://github.com/skuid/balsa/workflows/ci/badge.svg)](https://github.com/skuid/balsa/actions) + # Usage ## Parse