From 7472a2ca2403541f4bc292fe74af90c808388281 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 9 Mar 2024 17:35:30 +0000 Subject: Add a GitHub workflow status badge for our CI to the README This shows the current state of our CI builds and points to the Unit workflows page. Signed-off-by: Andrew Clayton --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4932b244..dfa0572b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # NGINX Unit [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![CI](https://github.com/nginx/unit/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI") ## Universal Web App Server -- cgit