Skip to content

Missing entry

Missing entry #3

Workflow file for this run

name: 'WordPress Plugin Check'
on: # rebuild any PRs and trunk branch changes
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: |
'./bin'
'./.github'
exclude-files: |
'.gitmodules'
'.gitattributes'
'.editorconfig'
'.eslintrc.js'