From e43d1c58ee6b46a1a6e5489c314b1cfb9a192e9e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 23 Dec 2021 21:51:21 +0200 Subject: [PATCH] CI status badge. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 46f8cf9..97bf73a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ YAML tool ######### +.. image:: https://git.shore.co.il/nimrod/yamltool/badges/main/pipeline.svg + :target: https://git.shore.co.il/nimrod/yamltool/-/commits/main + :alt: pipeline status + YAML tool, a clone of the json.tool Python module for YAML. This tool provides a simple command line interface to validate and pretty-print -- GitLab