Skip to content

Commit a7915d2

Browse files
committed
Fix: Correct CI badge URL in README.md
The CI badge in the README was pointing to a non-existent workflow name, causing it to always show a failing status. This commit updates the URL to point to the correct 'Build and test py-lmdb' workflow.
1 parent d0c9aa5 commit a7915d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a universal Python binding for the LMDB ‘Lightning’ Database.
33
See [the documentation](https://lmdb.readthedocs.io) for more information.
44

55
### CI State
6-
[![master](https://github.com/jnwatson/py-lmdb/workflows/Build,%20run,%20and%20test%20py-lmdb/badge.svg)](https://github.com/jnwatson/py-lmdb/actions/workflows/python-package.yml)
6+
[![master](https://github.com/jnwatson/py-lmdb/workflows/Build%20and%20test%20py-lmdb/badge.svg)](https://github.com/jnwatson/py-lmdb/actions/workflows/python-package.yml)
77

88
# Python Version Support Statement
99

0 commit comments

Comments
 (0)