Skip to content

Commit

Permalink
add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Dec 17, 2023
1 parent dc4006b commit 46dd932
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Tests
on: [push]
jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 46dd932

Please sign in to comment.