From 66fa9fc9b08a8e08b918cfa7f786afd7cb3e8da7 Mon Sep 17 00:00:00 2001 From: Ohta Shogo Date: Fri, 29 Jan 2021 22:51:06 +0900 Subject: [PATCH] Add GitHub Actions badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7a57ab..f936974 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # type-infer [![Clojars Project](https://img.shields.io/clojars/v/type-infer.svg)](https://clojars.org/type-infer) +![build](https://github.com/athos/type-infer/workflows/build/badge.svg) A Clojure utility to inspect static types inferred by the Clojure compiler