From 7b0d369ccde1f8538f47f7968584933acfb3eb1a Mon Sep 17 00:00:00 2001 From: Tomas Jasek Date: Sat, 7 Dec 2024 22:25:58 +0100 Subject: [PATCH] Add shield for action status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f9f14d..96fb150 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Rust Minimono +[![Rust Build Status](https://img.shields.io/github/actions/workflow/status/tomsik68/rust-minimono/rust.yml?style=for-the-badge)]](https://github.com/tomsik68/rust-minimono/actions/workflows/rust.yml) + This repository shows a possible layout of a Rust mini-monorepo. This layout is a welcoming environment for all the things - libraries, binaries and even build tasks!