Skip to content

Add Plugin Check workflow #3

Add Plugin Check workflow

Add Plugin Check workflow #3

Workflow file for this run

name: 'Plugin Check'
on:
pull_request:
push:
branches:
- main
- trunk
- 'release/**'
jobs:
build-and-test-plugin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
composer install
nvm install
yarn
grunt build
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
build-dir: 'build'