From a53316a53dc132c23dfa07181e1c7248835b2ccf Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 6 Nov 2024 22:17:30 +1300 Subject: [PATCH] Add CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a42b3c4..f7d4353 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PSR-14 Async Event Dispatcher (Experimental) +[![CI](https://github.com/archipro/revolt-event-dispatcher/actions/workflows/ci.yml/badge.svg)](https://github.com/archipro/revolt-event-dispatcher/actions/workflows/ci.yml) + A PSR-14 compatible event dispatcher implementation using Revolt and AMPHP for asynchronous event handling. ## Features