From b0f92f83d8b354c9c3bc8d36422c034a26c5c4bb Mon Sep 17 00:00:00 2001 From: helly25 Date: Sat, 15 Mar 2025 09:05:20 +0000 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0010c58..2d122fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This package contains a collection of utilities around Google's [Protocolbuffer](https://github.com/protocolbuffers/protobuf). The functions offered in this packages are widely used across Google's C++ code base and have saved tens of thousands of engineering hours. +[![Test](https://github.com/helly25/proto/actions/workflows/main.yml/badge.svg)](https://github.com/helly25/proto/actions/workflows/main.yml) + # Parse Proto * rule: `@com_helly25_proto//mbo/proto:parse_text_proto_cc`