Skip to content

Commit 724babf

Browse files
committed
Add badge for GH actions status
1 parent 1c5f203 commit 724babf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-jose
33

44
A JOSE implementation in Python
55

6-
|Build Status| |Coverage Status| |Docs|
6+
|Build Status| |Github Actions CI Status| |Coverage Status| |Docs|
77

88
Docs are available on ReadTheDocs_.
99

@@ -100,6 +100,9 @@ This library was originally based heavily on the work of the folks over at PyJWT
100100

101101
.. |Build Status| image:: https://travis-ci.org/mpdavis/python-jose.svg?branch=master
102102
:target: https://travis-ci.org/mpdavis/python-jose
103+
.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/workflows/main/badge.svg?branch=master
104+
:target: https://github.com/mpdavis/python-jose/actions?workflow=main
105+
:alt: Github Actions CI Status
103106
.. |Coverage Status| image:: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
104107
:target: http://codecov.io/github/mpdavis/python-jose?branch=master
105108
.. |Docs| image:: https://readthedocs.org/projects/python-jose/badge/
@@ -111,3 +114,5 @@ This library was originally based heavily on the work of the folks over at PyJWT
111114
.. _pycrypto: https://www.dlitz.net/software/pycrypto/
112115
.. _python-ecdsa: https://github.com/warner/python-ecdsa
113116
.. _python-rsa: https://stuvel.eu/rsa
117+
118+

0 commit comments

Comments
 (0)