Skip to content

Commit

Permalink
update readme with github actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mochacat committed Jun 25, 2020
1 parent 7829e5b commit 5d2fb32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d2fb32

Please sign in to comment.