Skip to content

Add WordPress.org plugin check. #1

Add WordPress.org plugin check.

Add WordPress.org plugin check. #1

Workflow file for this run

name: 'WordPress Plugin Check'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
name: 'Run WordPress Plugin Check'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-directories: ".github,bin,tests"
exclude-files: ".editorconfig,.gitattributes,.gitignore,.wordpress-version-checker.json,phpcs.xml.dist,phpunit.xml.dist,readme.md"