From 634b04070844f953b3a400a6d8ab2c991a73ff80 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 19:40:52 +0100 Subject: [PATCH] docs(readme): add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78cd508..fc53df3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # git-next +[![status-badge](https://ci.kemitix.net/api/badges/52/status.svg)](https://ci.kemitix.net/repos/52) + Automated and minimal merge-queue ideal for a solo developer (later versions may support teams) Currently this will mostly for myself when working on projects by myself. I'd like to reduce the overhead of PRs, but still maintain CI verification of each commit/patch set.