From 70df3cb6cbb65fc2575457443872077c17e571e0 Mon Sep 17 00:00:00 2001 From: devin Date: Tue, 4 Aug 2026 00:01:47 -0400 Subject: [PATCH] Add build status badge to README Added a badge for the main branch build status. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9971d9c..788e6e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ image +![example branch parameter](https://github.com/djdevin/recflare/actions/workflows/test.yml/badge.svg?branch=main) + RecFlare is a scalable implementation of RecNet — the Rec Room backend — built on Cloudflare Workers. It implements the network services the Rec Room client talks to — accounts, auth, rooms, matchmaking, economy, chat, notifications, and more —