Skip to content

Commit 3338a4a

Browse files
committed
Replace bin/format with just format command
1 parent 48e3b72 commit 3338a4a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bin/format

Lines changed: 0 additions & 4 deletions
This file was deleted.

dev/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412
inputs.hyperfine-flake.packages.${system}.default
413413
inputs.hyperfine-flake.packages.${system}.scripts
414414
jq
415+
just
415416
inputs.microvm.packages.${system}.microvm
416417
omnix
417418
parallel

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
format:
2+
composer phpcbf || true && composer phpcs

0 commit comments

Comments
 (0)