Skip to content

Commit 204af05

Browse files
authored
Merge pull request #237 from asherf/gha
Add badge for GH actions status
2 parents 7dda679 + c14d84b commit 204af05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 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

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

8787
.. |Build Status| image:: https://travis-ci.org/mpdavis/python-jose.svg?branch=master
8888
:target: https://travis-ci.org/mpdavis/python-jose
89+
.. |Github Actions CI Status| image:: https://github.com/mpdavis/python-jose/workflows/main/badge.svg?branch=master
90+
:target: https://github.com/mpdavis/python-jose/actions?workflow=main
91+
:alt: Github Actions CI Status
8992
.. |Coverage Status| image:: http://codecov.io/github/mpdavis/python-jose/coverage.svg?branch=master
9093
:target: http://codecov.io/github/mpdavis/python-jose?branch=master
9194
.. |Docs| image:: https://readthedocs.org/projects/python-jose/badge/

0 commit comments

Comments
 (0)