From 3be02dce66b88bbb060e537be005b20c7d651cdc Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Wed, 22 Apr 2026 16:25:43 -0700 Subject: [PATCH] docs: add CI/Nightly/Release badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33d3d0d..4f9046c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # eAI — Embedded AI Layer +[![CI](https://github.com/embeddedos-org/eai/actions/workflows/ci.yml/badge.svg)](https://github.com/embeddedos-org/eai/actions/workflows/ci.yml) +[![Nightly](https://github.com/embeddedos-org/eai/actions/workflows/nightly.yml/badge.svg)](https://github.com/embeddedos-org/eai/actions/workflows/nightly.yml) +[![Release](https://github.com/embeddedos-org/eai/actions/workflows/release.yml/badge.svg)](https://github.com/embeddedos-org/eai/actions/workflows/release.yml) + > High-performance on-device AI for embedded systems, edge devices, and intelligent machines. [![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)