Skip to content

Commit

Permalink
Add Plugin check action
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukhnenko committed Sep 18, 2024
1 parent 14d740b commit 5b9bcb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ jobs:
with:
eclint_args: |
-exclude=dependencies/**/*
plugincheck:
name: PluginCheck
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-directories: 'dependencies'

0 comments on commit 5b9bcb9

Please sign in to comment.