Skip to content

chore(phpstan): upgrade PHPStan to v2.0 #19

chore(phpstan): upgrade PHPStan to v2.0

chore(phpstan): upgrade PHPStan to v2.0 #19

Workflow file for this run

name: 'Plugin Check'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-checks: 'trademarks,file_type,plugin_readme'
exclude-directories: '.github,bin,vendor'