From 46dd932d32aa965a88244f5649adf88c64fc0ad9 Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Sun, 17 Dec 2023 21:58:09 +0100 Subject: [PATCH] add badges to README --- .github/workflows/tests.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e22bae..d5d268e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: CI +name: Tests on: [push] jobs: build: diff --git a/README.md b/README.md index a06a01f..4554e86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ bash-n ====== +[![Build status](https://github.com/mmitch/bash-n/workflows/Tests/badge.svg)](https://github.com/mmitch/bash-n/actions?query=workflow%3ATests) +[![GPL 3+](https://img.shields.io/badge/license-GPL%203%2B-blue.svg)](http://www.gnu.org/licenses/gpl-3.0-standalone.html) + + _bash-n_ is a library to simplify writing [connected-n](https://github.com/fiduciagad/connected-n) game clients in bash.