Skip to content

Commit

Permalink
Add checks config.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 22, 2023
1 parent 870b511 commit 5d5846d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/wp-plugin-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,25 @@ jobs:
uses: swissspidy/wp-plugin-check-action@v1
with:
build-dir: ${{ github.event.repository.name }}
checks: |
i18n_usage
enqueued_scripts_size
code_obfuscation
file_type
plugin_header_text_domain
late_escaping
plugin_updater
plugin_review_phpcs
performant_wp_query_params
enqueued_scripts_in_footer
plugin_readme
enqueued_styles_scope
localhost
no_unfiltered_uploads
trademarks
categories: |
general
plugin_repo
security
performance
accessibility

0 comments on commit 5d5846d

Please sign in to comment.