From e07bba6ef3db8efa211613d281d521e39fa67426 Mon Sep 17 00:00:00 2001 From: sh0hei Date: Sat, 13 Feb 2021 15:47:53 +0900 Subject: [PATCH] Add GitHub Actions status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6342124b6..61861b98f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Join the chat at https://gitter.im/atnos-org/eff](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/atnos-org/eff?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://img.shields.io/maven-central/v/org.atnos/eff_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.atnos/eff_2.13) +[![CI](https://github.com/atnos-org/eff/actions/workflows/ci.yml/badge.svg)](https://github.com/atnos-org/eff/actions/workflows/ci.yml) Extensible effects are an alternative to monad transformers for computing with effects in a functional way. This library is based on the "free-er" monad and extensible effects described in