From 9d6ec28c17d373862b21db95fe9f133fdc65187d Mon Sep 17 00:00:00 2001 From: Augustin Godinot Date: Thu, 7 May 2020 15:12:33 +0200 Subject: [PATCH] Added publish badge on readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 9af14ae..17cbc36 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ -# Graphia - +# Graphia +![Publish](https://github.com/grodino/graphia/workflows/Publish/badge.svg) ## Introduction `graphia` is a tool created for the "Machine Learning For Network Modeling" module of the ["parcours IA"](https://ens-paris-saclay.fr/etudes/diplome-ens-paris-saclay/parcours-intelligence-artificielle-ia). @@ -44,4 +44,4 @@ git clone TODO cargo run -- --help ``` -> The `--` after `cargo run` are here to pass the arguments to `graphia` after it has been built by `cargo`. \ No newline at end of file +> The `--` after `cargo run` are here to pass the arguments to `graphia` after it has been built by `cargo`.