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 1af00f0 commit b9a2eb3Copy full SHA for b9a2eb3
BUILD
@@ -25,6 +25,7 @@ load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")
25
# SPDX-License-Identifier: Apache-2.0
26
# *******************************************************************************
27
load("@score_format_checker//:macros.bzl", "use_format_targets")
28
+load("@score_docs_as_code//:docs.bzl", "docs")
29
30
package(default_visibility = ["//visibility:public"])
31
@@ -47,3 +48,7 @@ copyright_checker(
47
48
template = "@score_cr_checker//resources:templates",
49
visibility = ["//visibility:public"],
50
)
51
+
52
+docs (
53
+ conf_dir="process"
54
+)
process/BUILD
0 commit comments