From 16314c2a3f0ef349f4c60c5209d2c96816b9c187 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Tue, 14 Nov 2023 08:03:10 +0200 Subject: [PATCH] Adds stable librarian workflow. --- .github/workflows/{python-unittest.yml => stable-librarian.yml} | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{python-unittest.yml => stable-librarian.yml} (96%) diff --git a/.github/workflows/python-unittest.yml b/.github/workflows/stable-librarian.yml similarity index 96% rename from .github/workflows/python-unittest.yml rename to .github/workflows/stable-librarian.yml index 9430795..a3c34ef 100644 --- a/.github/workflows/python-unittest.yml +++ b/.github/workflows/stable-librarian.yml @@ -1,4 +1,4 @@ -name: Python Unittest +name: Stable Librarian on: push: diff --git a/README.md b/README.md index 27fdcc9..30e5634 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # getBible Librarian +[![Stable Librarian](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml/badge.svg)](https://github.com/getbible/librarian/actions/workflows/stable-librarian.yml) + The `getBible Librarian` package is a Python library designed for efficiently retrieving the scripture reference across various translations. ## Features