Fix badge URL (#602)
The badge always shows the build as failing, even if it is actually successful. This issue has been reported on https://github.com/actions/starter-workflows/issues/1525 , and the fix suggested on https://github.com/actions/starter-workflows/issues/1525#issuecomment-1763431305 works.
This commit is contained in:
parent
1538e156a1
commit
efaef5095c
@ -1,6 +1,7 @@
|
|||||||
# Better Protobuf / gRPC Support for Python
|
# Better Protobuf / gRPC Support for Python
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> :octocat: If you're reading this on github, please be aware that it might mention unreleased features! See the latest released README on [pypi](https://pypi.org/project/betterproto/).
|
> :octocat: If you're reading this on github, please be aware that it might mention unreleased features! See the latest released README on [pypi](https://pypi.org/project/betterproto/).
|
||||||
|
|
||||||
This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported:
|
This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user