From e1182667582d2dbc5466b535fdbcf9088b587817 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 16 Nov 2023 09:21:05 -0500 Subject: [PATCH] docs: Add status badge --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9c425..c7a99f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Quality control checks +name: Run CI on: push: diff --git a/README.md b/README.md index 579d871..3539e6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LaunchDarkly SSE Client for Python -[![Circle CI](https://img.shields.io/circleci/project/launchdarkly/python-eventsource.png)](https://circleci.com/gh/launchdarkly/python-eventsource) +[![Run CI](https://github.com/launchdarkly/python-eventsource/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/python-eventsource/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/launchdarkly-eventsource.svg?maxAge=2592000)](https://pypi.python.org/pypi/launchdarkly-eventsource) [![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/python-eventsource)