Skip to content

Added CI workflow "WordPress Plugin Check" #1

Added CI workflow "WordPress Plugin Check"

Added CI workflow "WordPress Plugin Check" #1

Workflow file for this run

name: 'WordPress Plugin Check'
on:
pull_request:
push:
branches:
- trunk
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-directories: 'vendor'