From fb2bd6655e04ebfc0d4d61d5bf64b074e9abfc6b Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 19 May 2025 14:11:44 +0200 Subject: [PATCH] Add badges for Forgejo Actions and Release to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 02fef04..08b2204 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # micromail +[![Forgejo Actions](https://code.edgarpierre.fr/edpibu/micromail/badges/workflows/release.yaml/badge.svg?logo=micropython&label=release&style=for-the-badge)](https://code.edgarpierre.fr/edpibu/micromail/actions?workflow=release.yaml) +[![Release](https://code.edgarpierre.fr/edpibu/micromail/badges/release.svg?style=for-the-badge)](https://code.edgarpierre.fr/edpibu/micromail/releases/latest) + ![](./logo.svg) Tiny SMTP client for Micropython. See [examples](examples) for usage.