From a4bc84f1b9539ae5418e76caab31355191273a9c Mon Sep 17 00:00:00 2001 From: Tanner Record Date: Mon, 8 Jan 2024 13:55:26 -0500 Subject: [PATCH] Add Workflow Status Badges to README (#103) Co-authored-by: Matthew Batchelder --- 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.