Skip to content

Commit f4ef59c

Browse files
committed
justfile: default to checks+install
1 parent 29fec04 commit f4ef59c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ run_clang_tidy := env("RUN_CLANG_TIDY", "run-clang-tidy-22")
77
clang_format := env("CLANG_FORMAT", "clang-format-22")
88
stylua := env("STYLUA", "stylua")
99

10-
default: fmt build test install
10+
default: checks install
1111

1212
ci: check-mux-source-size fmt-check build test
1313

0 commit comments

Comments
 (0)