We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codegen
1 parent 1202af1 commit 2dea9daCopy full SHA for 2dea9da
misc/codegen/justfile
@@ -0,0 +1,5 @@
1
+import "../just/lib.just"
2
+
3
+test *ARGS="": (_bazel "test" "@codeql//misc/codegen/...")
4
5
+format *ARGS=".": (_black ARGS)
0 commit comments