Skip to content

Commit bd17b76

Browse files
author
Alan Christie
committed
docs: Adds build badges
1 parent 811b419 commit bd17b76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Informatics Matters Data Manager Job Decoder
55
:target: https://badge.fury.io/py/im-data-manager-job-decoder
66
:alt: PyPI package (latest)
77

8+
.. image:: https://github.com/InformaticsMatters/squonk2-data-manager-job-decoder/actions/workflows/build.yaml/badge.svg
9+
:target: https://github.com/InformaticsMatters/squonk2-data-manager-job-decoder/actions/workflows/build.yaml
10+
:alt: Build
11+
12+
.. image:: https://github.com/InformaticsMatters/squonk2-data-manager-job-decoder/actions/workflows/publish.yaml/badge.svg
13+
:target: https://github.com/InformaticsMatters/squonk2-data-manager-job-decoder/actions/workflows/publish.yaml
14+
:alt: Publish
15+
816
A package that simplifies the decoding of encoded text strings.
917
Given an encoded string the ``decode()`` method
1018
returns the decoded value or an error.

0 commit comments

Comments
 (0)