Skip to content

Remove composer.json from the default distignore #145

Remove composer.json from the default distignore

Remove composer.json from the default distignore #145

Triggered via push May 14, 2024 17:12
Status Failure
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
phpstan: src/Commands/Info.php#L65
Parameter #1 $input of static method Symfony\Component\Yaml\Yaml::parse() expects string, string|false given.
phpstan: src/Commands/Info.php#L70
Parameter #1 $json of function json_decode expects string, string|false given.
phpstan: src/Commands/Workflow.php#L125
Parameter #1 $command of function system expects string, string|null given.
phpstan: src/Commands/Workflow.php#L152
Variable $failures in empty() always exists and is not falsy.
phpstan: src/Workflow/Workflow.php#L36
Property StellarWP\Pup\Workflow\Workflow::$commands (array<int, string>) on left side of ?? is not nullable.
phpstan
Process completed with exit code 1.
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/