From be18e2aafd95ac4a653ca0648e75e56e98ed8b0e Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 24 May 2024 12:39:39 -0600 Subject: [PATCH] update validator badges (#4) * update validator badges * add badges section for people to use in their repositories maybe --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e79e2..75ece90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WP.org Plugin/Theme Validator Action -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pantheon-systems/action-wporg-validator/plugin-test.yml?label=plugin%20vulnerability%20scanner&logo=wordpress)](https://github.com/pantheon-systems/action-wporg-validator/actions) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pantheon-systems/action-wporg-validator/theme-test.yml?label=theme%20vulnerability%20scanner&logo=wordpress)](https://github.com/pantheon-systems/action-wporg-validator/actions) [![MIT License](https://img.shields.io/github/license/pantheon-systems/action-wporg-validator)](https://github.com/pantheon-systems/action-wporg-validator/blob/main/LICENSE) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/pantheon-systems/action-wporg-validator)](https://github.com/pantheon-systems/action-wporg-validator/releases) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pantheon-systems/action-wporg-validator/plugin-test.yml?label=plugin%20validator&logo=wordpress)](https://github.com/pantheon-systems/action-wporg-validator/actions) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/pantheon-systems/action-wporg-validator/theme-test.yml?label=theme%20validator&logo=wordpress)](https://github.com/pantheon-systems/action-wporg-validator/actions) [![MIT License](https://img.shields.io/github/license/pantheon-systems/action-wporg-validator)](https://github.com/pantheon-systems/action-wporg-validator/blob/main/LICENSE) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/pantheon-systems/action-wporg-validator)](https://github.com/pantheon-systems/action-wporg-validator/releases) A GitHub Action that runs the [WP.org Code Analysis Tool](https://github.com/WordPress/wporg-code-analysis) on your plugin or theme. @@ -24,3 +24,19 @@ uses: pantheon-systems/action-wporg-validator@v1 with: type: 'plugin' ``` + +## Badges + +If you want to show that you're using the tool in your README files, you can use the following markdown: + +### Plugins + +```md +[![WP.org Plugin Validator](https://img.shields.io/github/actions/workflow/status///.yml?label=plugin%20validator&logo=wordpress)](https://github.com///actions) +``` + +### Themes + +```md +[![WP.org Theme Validator](https://img.shields.io/github/actions/workflow/status///.yml?label=theme%20validator&logo=wordpress)](https://github.com///actions) +```