From dc1e3b14b574010ce740edaa02db25ddbf3399df Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:13:30 +0800 Subject: [PATCH] chore: add status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28cc035..5efae6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zod Compare +[![Build](https://github.com/lawvs/zod-compare/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/zod-compare/actions/workflows/build.yml) + Compare two [Zod](https://zod.dev/) schemas recursively. `zod-compare` provides functions to compare Zod schemas, allowing you to determine whether two schemas are the same or compatible.