Skip to content

Commit

Permalink
docs: add status-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
FPurchess committed Nov 17, 2023
1 parent 4ba7410 commit 9a1e2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: tests

on:
push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# beatflip - a minimal supervisor :fairy:

[![tests](https://github.com/wakurobotics/beatflip/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/wakurobotics/beatflip/actions/workflows/tests.yml)

Beatflip is a minimal supervisor tailored to single-process applications. It comes with the following features:

- :green_heart: **Process uptime**: monitors processes and restarts them if exited
Expand Down

0 comments on commit 9a1e2a5

Please sign in to comment.