From 3226df88af4903c57caed325ed733530a4f741a9 Mon Sep 17 00:00:00 2001 From: Patchouli Date: Sun, 3 Nov 2024 21:18:05 -0500 Subject: [PATCH] Add GitHub CI workflow status badge to readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6fc678f..bc10f81 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# gravatar-dotnet +# gravatar-dotnet [![CI](https://github.com/patchoulish/gravatar-dotnet/actions/workflows/ci.yml/badge.svg)](https://github.com/patchoulish/gravatar-dotnet/actions/workflows/ci.yml) A .NET library for interacting with the [Gravatar](https://gravatar.com/) API.