Skip to content

Add Plugin Check workflow #1

Add Plugin Check workflow

Add Plugin Check workflow #1

Workflow file for this run

name: 'Plugin Check'
on:
pull_request:
push:
branches:
- main
- trunk
- 'release/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main