From 31a613b84c8d524bb41eb6000c98052400bfe447 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 11 May 2021 18:31:35 -0700 Subject: [PATCH] Add GiHub Actions CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fab28e9..4ea26e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Honey SQL [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/develop) +# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/develop) SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.