Skip to content

Commit 5b9bcb9

Browse files
committed
Add Plugin check action
1 parent 14d740b commit 5b9bcb9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,16 @@ jobs:
5555
with:
5656
eclint_args: |
5757
-exclude=dependencies/**/*
58+
59+
plugincheck:
60+
name: PluginCheck
61+
runs-on: ubuntu-latest
62+
63+
steps:
64+
- name: Checkout code
65+
uses: actions/checkout@v3
66+
67+
- name: Run plugin check
68+
uses: wordpress/plugin-check-action@v1
69+
with:
70+
exclude-directories: 'dependencies'

0 commit comments

Comments
 (0)