Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update validator badges #4

Merged
merged 2 commits into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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/<your-github-user>/<your-plugin-repository>/<your-workflow>.yml?label=plugin%20validator&logo=wordpress)](https://github.com/<your-github-user>/<your-plugin-repository>/actions)
```

### Themes

```md
[![WP.org Theme Validator](https://img.shields.io/github/actions/workflow/status/<your-github-user>/<your-theme-repository>/<your-workflow>.yml?label=theme%20validator&logo=wordpress)](https://github.com/<your-github-user>/<your-plugin-repository>/actions)
```
Loading