From b804df0451ece0b5aa8a1973224a3d0efa483859 Mon Sep 17 00:00:00 2001 From: Arunav Sanyal Date: Tue, 11 Nov 2025 08:57:39 -0800 Subject: [PATCH] Add build status badge to README Added build status badge to README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 844441b..6e5aeda 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # NeuralAmpModelerCore + +[![Build](https://github.com/sdatkinson/NeuralAmpModelerCore/actions/workflows/build.yml/badge.svg)](https://github.com/sdatkinson/NeuralAmpModelerCore/actions/workflows/build.yml) + Core C++ DSP library for NAM plugins. For an example how to use, see [NeuralAmpModelerPlugin](https://github.com/sdatkinson/NeuralAmpModelerPlugin).