From 0bb8dbdbc24fb3b551576c4233a92a46552e0f4a Mon Sep 17 00:00:00 2001 From: TonyCTHsu Date: Fri, 24 May 2024 09:48:50 +0200 Subject: [PATCH] Add shields --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40ae644..84c48b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Leash +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TonyCTHsu/leash/test.yml?style=for-the-badge&logo=github) + `Leash` provides a lightweight framework to implement "Do Nothing Scripting" with Ruby. A "do nothing script" is a script that encodes instructions of a manual procedure and encapsulating each step in a function. Making it easier to start small and gradually increase the level of automation.