Skip to content

ci: add workflow to run wp plugin checks #2

ci: add workflow to run wp plugin checks

ci: add workflow to run wp plugin checks #2

Triggered via push November 15, 2024 15:20
Status Failure
Total duration 2m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
outdated_tested_upto_header: README.md#L1
Tested up to: 5.7 < 6.7. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
check
Process completed with exit code 1.
readme_parser_warnings_too_many_tags: README.md#L1
One or more tags were ignored. Please limit your plugin to 5 tags.
plugin_header_invalid_plugin_uri_domain: spcl.php#L1
The "Plugin URI" header in the plugin file is not valid.
WordPress.WP.EnqueuedResourceParameters.NotInFooter: inc/class-spcl.php#L88
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
WordPress.Security.NonceVerification.Recommended: inc/class-spcl.php#L267
Processing form data without nonce verification.