Add build and quality status section to README

Updated the README to include build and quality status badges.
pull/106/head
Jeff Culverhouse 3 months ago committed by GitHub
parent 396e8b131e
commit fac83349da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -138,6 +138,15 @@ useful to myself and others, not for any financial gain - but any token of appre
<a href="https://buymeacoffee.com/weirdtangent">Buy Me A Coffee</a>
### How Happy am I?
<img src="https://github.com/weirdtangent/amcrest2mqtt/actions/workflows/deploy.yaml/badge.svg" />
---
### Build & Quality Status
![Build & Release](https://img.shields.io/github/actions/workflow/status/weirdtangent/amcrest2mqtt/deploy.yaml?branch=main&label=build%20%26%20release&logo=githubactions)
![Lint](https://img.shields.io/github/actions/workflow/status/weirdtangent/amcrest2mqtt/deploy.yaml?branch=main&label=lint%20(ruff%2Fblack%2Fmypy)&logo=python)
![Docker Build](https://img.shields.io/github/actions/workflow/status/weirdtangent/amcrest2mqtt/deploy.yaml?branch=main&label=docker%20build&logo=docker)
![Python](https://img.shields.io/badge/python-3.12%20|%203.13%20|%203.14-blue?logo=python)
![Release](https://img.shields.io/github/v/release/weirdtangent/amcrest2mqtt?sort=semver)
![Docker Image Version](https://img.shields.io/docker/v/graystorm/amcrest2mqtt?sort=semver&logo=docker)
![Docker Pulls](https://img.shields.io/docker/pulls/graystorm/amcrest2mqtt?logo=docker)
![License](https://img.shields.io/github/license/weirdtangent/amcrest2mqtt)

Loading…
Cancel
Save