From adacffe031df6c72c6e2fc8bf5d79d2e59f26200 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 3 Sep 2025 22:17:18 -0700 Subject: [PATCH] Add build and test badges to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07b93c3..ea68f6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Raid - Distributed Development Orchestration +[![Build and Test](https://github.com/8bitAlex/raid/actions/workflows/build.yml/badge.svg)](https://github.com/8bitAlex/raid/actions/workflows/build.yml) [![codecov](https://codecov.io/github/8bitAlex/raid/graph/badge.svg?token=Z75V7I2TLW)](https://codecov.io/github/8bitAlex/raid) `Raid` is a configurable command-line application that orchestrates common development tasks, environments, and dependencies across distributed code repositories.