From 470f9490454f8012b6812a57e0eeb166abb42fc8 Mon Sep 17 00:00:00 2001 From: Xavier Balloy <686305+xballoy@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:18:45 -0400 Subject: [PATCH] doc: add badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65db558..91711b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # go-echo-mixed-middleware -A composition middleware for Echo that will succeed if either of the middleware succeeds + +[![Test](https://github.com/kumojin/go-echo-mixed-middleware/actions/workflows/go.yaml/badge.svg?branch=main)](https://github.com/kumojin/go-echo-mixed-middleware/actions/workflows/go.yaml) + +A composition middleware for Echo that will succeed if either of the middleware succeeds. ## Guide ### Installation