From 090504b9e6029ab97bcddf3e25615e299f9b8d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Tue, 23 Jun 2026 19:40:04 -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 9f9e8ef..ab1e9ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Avendish video / texture template +[![Build](https://github.com/celtera/avendish-video-processor-template/actions/workflows/builds.yaml/badge.svg)](https://github.com/celtera/avendish-video-processor-template/actions/workflows/builds.yaml) + This provides a basic, canonical template for making **video / texture** objects with [Avendish](https://github.com/celtera/avendish): a single C++ object that processes RGBA frames and is compiled, without rewrite, to several host plug-in formats.