diff --git a/README.md b/README.md index 6342124b..61861b98 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