From 0182bf31e647f2550e00f698b07671258c61eee7 Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <89779148+kluge7@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:03:10 +0200 Subject: [PATCH] refactor(README): added status badge for if source code can build --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e7858..bfff89c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Perception AUV +[![Source Build](https://github.com/vortexntnu/perception-auv/actions/workflows/source-build.yaml/badge.svg)](https://github.com/vortexntnu/perception-auv/actions/workflows/source-build.yaml) + Parent repository including launch files for perception AUV related submodules. Implements git submodules to allow for strict version control of package dependencies. @@ -145,4 +147,4 @@ Finally, to put the submodules in the right state run: ```bash git submodule update --init --recursive -``` \ No newline at end of file +```