From 0f6096a0086bf7eecc7bece5802d4def2fe33f97 Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Sat, 22 Apr 2023 11:30:47 +0200 Subject: [PATCH] docs: add some badges to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cca0acd..eb78024 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # scalacheck-derived +[![CI](https://github.com/martinhh/scalacheck-derived/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MartinHH/scalacheck-derived/actions/workflows/ci.yml?query=branch%3Amain) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.martinhh/scalacheck-derived_3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.martinhh/scalacheck-derived_3) + Automatic derivation of [scalacheck](https://github.com/typelevel/scalacheck) `Arbitrary` instances for Scala 3. This enables automatic derivation for enums, case classes and sealed traits.