Skip to content

Commit

Permalink
Fix badge URL (#602)
Browse files Browse the repository at this point in the history
The badge always shows the build as failing, even if it is actually successful.

This issue has been reported on actions/starter-workflows#1525 , and the fix suggested on actions/starter-workflows#1525 (comment) works.
  • Loading branch information
AdrienVannson authored Aug 31, 2024
1 parent 1538e15 commit efaef50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Better Protobuf / gRPC Support for Python

![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg)
![](https://github.com/danielgtaylor/python-betterproto/actions/workflows/ci.yml/badge.svg)

> :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:
Expand Down

0 comments on commit efaef50

Please sign in to comment.