Skip to content

Commit 8ff27a0

Browse files
authored
Merge pull request #11 from Code0x58/codex/replace-travis-build-link-with-github-actions
Update README build badge
2 parents e487984 + 1d65bc8 commit 8ff27a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|PyPi Package|
1+
|Build Status| |PyPi Package|
22

33
jsonstore
44
=========
@@ -108,5 +108,7 @@ file until all of the transactions have been closed.
108108
assert store.value == 1
109109
110110
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
111113
.. |PyPi Package| image:: https://badge.fury.io/py/python-jsonstore.svg
112114
:target: https://pypi.org/project/python-jsonstore/

0 commit comments

Comments
 (0)