Skip to content

Commit

Permalink
exclude external classes from plugin checker
Browse files Browse the repository at this point in the history
  • Loading branch information
futtta committed Dec 28, 2023
1 parent 060b206 commit 7d90a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
exclude-directories: vendor
exclude-directories: 'vendor, classes/external'
exclude-checks: ''

0 comments on commit 7d90a4f

Please sign in to comment.