From 86cfbdba83b6049236c093a06c9478e18a0a295c Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 25 Mar 2023 22:44:43 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98bebcf..3452f1b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Eventy --- +[![D](https://github.com/deavmi/eventy/actions/workflows/d.yml/badge.svg)](https://github.com/deavmi/eventy/actions/workflows/d.yml) + ## Getting started ### The _engine_ @@ -151,4 +153,4 @@ Completely overhauled Eventy system for the v0.4.3 release Removed the event-loop for a better system (for now) whereby we just dispatch signal handlers on the call to `push(Event)`. In a future release I hope to bring the event loop back but in a signal-based manner, such that we can support deferred events and priorities and such -``` \ No newline at end of file +```