Skip to content

Commit

Permalink
Add Plugin Check
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Oct 6, 2024
1 parent 532c23b commit f89b85e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/plugincheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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-checks: 'file_type'

0 comments on commit f89b85e

Please sign in to comment.