Skip to content

Run Plugin Check on PRs #1

Run Plugin Check on PRs

Run Plugin Check on PRs #1

Workflow file for this run

name: 'wp-plugin-check'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- stable
- develop
- 'release/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-directories: 'vendor,node_modules,tests,.github,.git,.wordpress-org'