Skip to content

Commit

Permalink
refactor(README): added status badge for if source code can build
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 authored Oct 25, 2024
1 parent 2cdcc62 commit 0182bf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -145,4 +147,4 @@ Finally, to put the submodules in the right state run:

```bash
git submodule update --init --recursive
```
```

0 comments on commit 0182bf3

Please sign in to comment.