We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e487984 + 1d65bc8 commit 8ff27a0Copy full SHA for 8ff27a0
README.rst
@@ -1,4 +1,4 @@
1
-|PyPi Package|
+|Build Status| |PyPi Package|
2
3
jsonstore
4
=========
@@ -108,5 +108,7 @@ file until all of the transactions have been closed.
108
assert store.value == 1
109
110
111
+.. |Build Status| image:: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml/badge.svg
112
+ :target: https://github.com/Code0x58/python-jsonstore/actions/workflows/ci.yml
113
.. |PyPi Package| image:: https://badge.fury.io/py/python-jsonstore.svg
114
:target: https://pypi.org/project/python-jsonstore/
0 commit comments