From f3f9c47bb43ba2195a0e24f487ecca45fe926f4b Mon Sep 17 00:00:00 2001 From: Tanner Record Date: Fri, 5 Jan 2024 09:51:37 -0500 Subject: [PATCH] Add Workflow Status Badges to README This was prompted by Joost de Vaulk's post on creating healthy Github Repositories: https://joost.blog/healthy-github-repository/ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 412e05c..a1c0f0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Telemetry Library +![Tests](https://github.com/stellarwp/telemetry/actions/workflows/tests.yml/badge.svg) +![Coding Standards](https://github.com/stellarwp/telemetry/actions/workflows/phpcs.yml/badge.svg) +![PHP Compatibility](https://github.com/stellarwp/telemetry/actions/workflows/compatibility.yml/badge.svg) +![Static Analysis](https://github.com/stellarwp/telemetry/actions/workflows/phpstan.yml/badge.svg) A library for Opt-in and Telemetry data to be sent to the StellarWP Telemetry server.