diff --git a/.github/workflows/wp-plugin-check.yml b/.github/workflows/wp-plugin-check.yml index 37e2495c..c59f3102 100644 --- a/.github/workflows/wp-plugin-check.yml +++ b/.github/workflows/wp-plugin-check.yml @@ -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