⬆️ Bump docker/build-push-action from 6.13.0 to 6.15.0 #583
continuous_integration.yml
on: pull_request
continuous-integration
56s
Annotations
2 warnings
continuous-integration
Cache not found for keys: Linux-composer-d8e0029e63c30584c4eaaaaa5a78787b1188f079a165b7423f1ea4a0bfb47223, Linux-composer-
|
continuous-integration:
src/Application.php#L29
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
}
protected function configure(): void
{
- parent::configure();
+
$this->setVersion('1.0.0');
$this->addArgument('exercise-slug', InputArgument::REQUIRED, 'Slug of the exercise');
$this->addArgument('solution-dir', InputArgument::REQUIRED, 'Directory of the solution');
|