We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf7f6f commit 4c6597cCopy full SHA for 4c6597c
1 file changed
README.md
@@ -1,8 +1,8 @@
1
# object-store-python
2
3
<p align="center">
4
-<a href="https://github.com/PyCQA/bandit"><img alt="security: bandit" src="https://img.shields.io/badge/security-bandit-green.svg"></a>
5
-<a href="https://github.com/psf/black"><img alt="code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
+<a href="https://github.com/roeap/object-store-python/actions/workflows/ci.yaml"><img alt="CI" src="https://github.com/roeap/object-store-python/actions/workflows/ci.yaml/badge.svg"/>
+<a href="https://github.com/psf/black"><img alt="code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"/>
6
</p>
7
8
Recently, the excellent [`object_store`](https://crates.io/crates/object_store) crate has been
0 commit comments