From 29f550fd942ef1960b3fb3b6cf128250608a2726 Mon Sep 17 00:00:00 2001 From: John Burbridge Date: Fri, 21 Mar 2025 01:35:04 -0700 Subject: [PATCH] docs: add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 624af1c..e9d3614 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Time-Based Storage System +[![CI](https://github.com/johnburbridge/python-time-based-experiment/actions/workflows/ci.yml/badge.svg)](https://github.com/johnburbridge/python-time-based-experiment/actions/workflows/ci.yml) + A Python package providing two implementations of a time-based storage system for managing events with timestamps. ## Features