From 549ef4ad077744c3f6949b3f1a1958791b1c9409 Mon Sep 17 00:00:00 2001 From: Iago Bonnici Date: Tue, 19 Mar 2024 13:32:31 +0100 Subject: [PATCH] CI: Add tests/docs/license badges to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e056eb251..e3b068c85 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ EcologicalNetworksDynamics makes things easy for beginners while remaining flexible for adventurous or experienced users who would like to tweak the model. +[![docs](https://github.com/BecksLab/EcologicalNetworksDynamics.jl/actions/workflows/docs.yml/badge.svg?branch=main)](https://beckslab.github.io/EcologicalNetworksDynamics.jl/) +[![tests](https://github.com/BecksLab/EcologicalNetworksDynamics.jl/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/BecksLab/EcologicalNetworksDynamics.jl/actions/workflows/tests.yml) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) + ## Before you start Before anything else, to use EcologicalNetworksDynamics you have to install Julia.