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.
1 parent 32d083b commit 94b76ceCopy full SHA for 94b76ce
Makefile
@@ -19,3 +19,15 @@ lint:
19
run-pretriage: pretriage
20
./hack/run_with_env.sh ./$<
21
.PHONY: run-pretriage
22
+
23
+run-triage: triage
24
+ ./hack/run_with_env.sh ./$<
25
+.PHONY: run-triage
26
27
+run-posttriage: posttriage
28
29
+.PHONY: run-posttriage
30
31
+run-doctext: doctext
32
33
+.PHONY: run-doctext
0 commit comments