From f095510026721087c83659f25b2abe5c85aef312 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sun, 19 May 2024 08:44:27 -0400 Subject: [PATCH] Add badge --- README.md | 3 +++ test/aqua.jl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e19a4..e53cdd7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ https://github.com/JuliaArrays/LazyGrids.jl [![license][license-img]][license-url] [![Aqua QA][aqua-img]][aqua-url] [![code-style][code-blue-img]][code-blue-url] +[![deps](https://juliahub.com/docs/LazyGrids/deps.svg)](https://juliahub.com/ui/Packages/LazyGrids) +[![version](https://juliahub.com/docs/LazyGrids/version.svg)](https://juliahub.com/ui/Packages/LazyGrids) +[![pkgeval](https://juliahub.com/docs/LazyGrids/pkgeval.svg)](https://juliahub.com/ui/Packages/LazyGrids) ## Methods diff --git a/test/aqua.jl b/test/aqua.jl index d416be8..8b89fe6 100644 --- a/test/aqua.jl +++ b/test/aqua.jl @@ -1,4 +1,4 @@ -using LazyGrids +using LazyGrids: LazyGrids import Aqua using Test: @testset