Skip to content

Fix double schedule in workflow #18

Fix double schedule in workflow

Fix double schedule in workflow #18

Triggered via push February 12, 2026 12:46
Status Failure
Total duration 2m 0s
Artifacts

code-quality.yml

on: push
code-quality  /  Lint GitHub Actions workflows
7s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
14s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
10s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
4s
code-quality / Spell check
code-quality  /  PHPCS
16s
code-quality / PHPCS
code-quality  /  PHPStan
19s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

9 errors
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Ability_Command.php#L629
Method WP_CLI\Ability\Ability_Command::build_input_with_stdin() should return array<string, mixed> but returns mixed.
code-quality / PHPStan: src/Ability_Command.php#L609
Parameter #1 $string of function trim expects string, string|false given.
code-quality / PHPStan: src/Ability_Command.php#L545
Cannot call method validate_input() on WP_Ability|null.
code-quality / PHPStan: src/Ability_Command.php#L542
Cannot call method normalize_input() on WP_Ability|null.
code-quality / PHPStan: src/Ability_Command.php#L486
Cannot call method check_permissions() on WP_Ability|null.
code-quality / PHPStan: src/Ability_Command.php#L374
Cannot call method execute() on WP_Ability|null.
code-quality / PHPStan: src/Ability_Command.php#L297
Parameter #1 $ability of method WP_CLI\Ability\Ability_Command::format_ability_for_get() expects WP_Ability, WP_Ability|null given.
code-quality / PHPStan: src/Ability_Category_Command.php#L204
Parameter #1 $category of method WP_CLI\Ability\Ability_Category_Command::format_category_for_get() expects WP_Ability_Category, WP_Ability_Category|null given.