Skip to content

Add the WordPress Plugin Check Action #13

Add the WordPress Plugin Check Action

Add the WordPress Plugin Check Action #13

Workflow file for this run

name: 'WordPress Plugin Checks'
on: # rebuild any PRs and main branch changes
push:
branches:
- trunk
- develop
pull_request:
branches:
- trunk
- develop
- add/plugin-check
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-checks: |
plugin_readme
plugin_updater
exclude-directories: |
.github
node_modules
vendor
tests
bin
build
build
assets
ignore-warnings: false
ignore-errors: false