Skip to content

Commit

Permalink
fix Too many positional arguments issue
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jan 17, 2025
1 parent 63f2f82 commit 6069f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
exclude-checks:
exclude-checks: |
plugin_readme
plugin_updater
exclude-directories:
exclude-directories: |
.github
node_modules
vendor
Expand Down

0 comments on commit 6069f51

Please sign in to comment.