Skip to content

Commit

Permalink
docs: fix status badge in README.md (#35)
Browse files Browse the repository at this point in the history
The URL for the badge changed and needs to be updated. Also links it to
the workflow for convenience.

---------

Co-authored-by: Erick Zhao <[email protected]>
  • Loading branch information
dsanders11 and erickzhao authored Aug 29, 2024
1 parent 5e8b4dd commit 38422e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @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/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.

Expand Down

0 comments on commit 38422e1

Please sign in to comment.