From f9f64145934c24a4b8ba0cd0255b304dfcd11dc8 Mon Sep 17 00:00:00 2001 From: Bruno Ballekens <30588687+brunoballekens@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:33:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2717304..25e0b96 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you're interested in taking over, please reply to [#146](https://github.com/e # Play JSON Schema Validator -[![Build Status](http://drone.waylay.io/api/badges/waylayio/play-json-schema-validator/status.svg)](http://drone.waylay.io/waylayio/play-json-schema-validator) +[![Scala CI](https://github.com/waylayio/play-json-schema-validator/actions/workflows/scala.yml/badge.svg)](https://github.com/waylayio/play-json-schema-validator/actions/workflows/scala.yml) This is a JSON schema (draft v4/draft v7) validation library for Scala based on Play's JSON library.