File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ python-jose
3
3
4
4
A JOSE implementation in Python
5
5
6
- |Build Status | |Coverage Status | |Docs |
6
+ |Build Status | |Github Actions CI Status | | Coverage Status | |Docs |
7
7
8
8
Docs are available on ReadTheDocs _.
9
9
@@ -100,6 +100,9 @@ This library was originally based heavily on the work of the folks over at PyJWT
100
100
101
101
.. |Build Status | image :: https://travis-ci.org/mpdavis/python-jose.svg?branch=master
102
102
: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
103
106
.. |Coverage Status | image :: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
104
107
:target: http://codecov.io/github/mpdavis/python-jose?branch=master
105
108
.. |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
111
114
.. _pycrypto : https://www.dlitz.net/software/pycrypto/
112
115
.. _python-ecdsa : https://github.com/warner/python-ecdsa
113
116
.. _python-rsa : https://stuvel.eu/rsa
117
+
118
+
You can’t perform that action at this time.
0 commit comments