Skip to content

Commit

Permalink
composer: up
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Jul 29, 2023
1 parent 03cff7d commit 5279a1a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
11 changes: 6 additions & 5 deletions castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use function Castor\get_command;
use function Castor\io;
use function Castor\run;

// use function Castor\parallel;

/**
Expand Down Expand Up @@ -131,11 +132,11 @@ function lint_all(): void
lint_yaml();

// if you want to speed up the process, you can run these command in parallel
// parallel(
// fn() => lint_container(null),
// fn() => lint_twig(),
// fn() => lint_yaml(),
// );
// parallel(
// fn() => lint_container(null),
// fn() => lint_twig(),
// fn() => lint_yaml(),
// );
}

#[AsTask(name: 'all', namespace: 'ci', description: 'Run CI locally')]
Expand Down
33 changes: 17 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5279a1a

Please sign in to comment.