From 13102b6b3434c59ab5faa8b5a97767709b275e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Tue, 23 Jun 2026 19:40:05 -0400 Subject: [PATCH] docs: add CI build-status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b210da..d98d57c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Avendish ML / ONNX inference template +[![Build](https://github.com/celtera/avendish-ml-processor-template/actions/workflows/builds.yaml/badge.svg)](https://github.com/celtera/avendish-ml-processor-template/actions/workflows/builds.yaml) + A canonical template for making **ONNX inference** objects with [Avendish](https://github.com/celtera/avendish): a single C++ object that runs a `.onnx` model with [onnxruntime](https://onnxruntime.ai/) and is compiled, without rewrite, to