1 parent 29fec04 commit f4ef59cCopy full SHA for f4ef59c
1 file changed
justfile
@@ -7,7 +7,7 @@ run_clang_tidy := env("RUN_CLANG_TIDY", "run-clang-tidy-22")
7
clang_format := env("CLANG_FORMAT", "clang-format-22")
8
stylua := env("STYLUA", "stylua")
9
10
-default: fmt build test install
+default: checks install
11
12
ci: check-mux-source-size fmt-check build test
13
0 commit comments