From ccddf2887c5995035feb197d39bab2d11338f29b Mon Sep 17 00:00:00 2001 From: DoneDeal0 Date: Thu, 23 Feb 2023 08:49:03 +0100 Subject: [PATCH] chore: add ci badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81df297..b6cb18a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This library compares two arrays or objects and return a complete diff of their differences. +[![Superdiff CI](https://github.com/DoneDeal0/superdiff/actions/workflows/superdiff.yml/badge.svg)](https://github.com/DoneDeal0/superdiff/actions/workflows/superdiff.yml) + ## WHY YOU SHOULD USE THIS LIB All other existing solutions return a weird diff format which often require an additional parsing. They are also limited to object comparison. 👎