Skip to content

Add the WordPress Plugin Check Action #4

Add the WordPress Plugin Check Action

Add the WordPress Plugin Check Action #4

Workflow file for this run

name: 'plugin-check'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- trunk
- 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
include-directories:
includes
templates
ignore-warnings: false
ignore-errors: false