Files
codeql/misc/codegen/justfile
2025-07-18 15:27:12 +02:00

6 lines
123 B
Makefile

import "../just/lib.just"
test *ARGS="": (_bazel "test" "@codeql//misc/codegen/...")
format *ARGS=".": (_format_py ARGS)