From 80b828bad6893b618f94919aa976513e73cc6769 Mon Sep 17 00:00:00 2001 From: Eric Lamb Date: Tue, 18 Jul 2023 11:48:30 -0400 Subject: [PATCH] Adds CI status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 810b373..b9fbb75 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # redux-oidc +[![CI](https://github.com/ericlamb/redux-oidc/actions/workflows/ci.yaml/badge.svg)](https://github.com/ericlamb/redux-oidc/actions/workflows/ci.yaml) + Forked from [maxmantz/redux-oidc](https://github.com/maxmantz/redux-oidc). A package for managing OpenID-Connect authentication in ReactJS / Redux apps. It wraps the popular oidc-client library to redux actions and reducers.