From 892a3b299e67c6d6237aa7c57d5cfc2f062f7885 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 28 Aug 2024 17:22:27 -0400 Subject: [PATCH 1/2] docs: fix status badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56a14db..ba3dac1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @continuous-auth/client -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/continuousauth/node-client/CI?label=CI&logo=github&style=for-the-badge) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/continuousauth/node-client/ci.yaml?branch=main&label=CI&logo=github&style=for-the-badge)](https://github.com/continuousauth/node-client/actions/workflows/ci.yaml) [![GitHub Workflow Status](https://img.shields.io/badge/CFA-Enabled-success?style=for-the-badge)](https://github.com/continuousauth) This module expects to be run in a [Supported CI Environment](https://docs.continuousauth.dev/usage/circleci). It infers a lot of variables from environment variables, these config variables are outlined below. From a49b18ebe288c188e675c34e51ec11587143c978 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 28 Aug 2024 23:59:23 -0400 Subject: [PATCH 2/2] docs: change shield style Co-authored-by: Erick Zhao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba3dac1..44b6f19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @continuous-auth/client -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/continuousauth/node-client/ci.yaml?branch=main&label=CI&logo=github&style=for-the-badge)](https://github.com/continuousauth/node-client/actions/workflows/ci.yaml) -[![GitHub Workflow Status](https://img.shields.io/badge/CFA-Enabled-success?style=for-the-badge)](https://github.com/continuousauth) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/continuousauth/node-client/ci.yaml?branch=main&label=CI&logo=github)](https://github.com/continuousauth/node-client/actions/workflows/ci.yaml) +[![GitHub Workflow Status](https://img.shields.io/badge/CFA-Enabled-success)](https://github.com/continuousauth) This module expects to be run in a [Supported CI Environment](https://docs.continuousauth.dev/usage/circleci). It infers a lot of variables from environment variables, these config variables are outlined below.