From c1b820025c730482a46be0390013722c8c010def Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Mon, 29 Sep 2025 10:21:24 -0400 Subject: [PATCH] Remove conformance workflow link from README This was removed as a separate workflow in 1f0d1837077765e4c21933202594bddb9f065b5a; now we just have CI. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e68f365b..5a4c6602 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ # protovalidate-python [![CI](https://github.com/bufbuild/protovalidate-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/bufbuild/protovalidate-python/actions/workflows/ci.yaml) -[![Conformance](https://github.com/bufbuild/protovalidate-python/actions/workflows/conformance.yaml/badge.svg)](https://github.com/bufbuild/protovalidate-python/actions/workflows/conformance.yaml) [![PyPI version](https://img.shields.io/pypi/v/protovalidate)](https://pypi.org/project/protovalidate) [Protovalidate][protovalidate] is the semantic validation library for Protobuf. It provides standard annotations to validate common rules on messages and fields, as well as the ability to use [CEL][cel] to write custom rules. It's the next generation of [protoc-gen-validate][protoc-gen-validate].