From d3386279814c86ade2fbca05dd28d41cfa8ee70a Mon Sep 17 00:00:00 2001 From: Robin Thellend Date: Sat, 12 Jul 2025 13:18:21 -0700 Subject: [PATCH] Add badge --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 40e60fb..a8a70c5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,5 @@ +[![Go](https://github.com/c2FmZQ/quic-api/actions/workflows/go.yml/badge.svg)](https://github.com/c2FmZQ/quic-api/actions/workflows/go.yml) + # quic-api This repo contains auto-generated interfaces and wrappers for the [quic-go](https://pkg.go.dev/github.com/quic-go/quic-go) data structures.