diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml new file mode 100644 index 00000000..f4fdd1e5 --- /dev/null +++ b/.bazelci/presubmit.yml @@ -0,0 +1,6 @@ +--- +check_docs: 1 +tasks: + ubuntu2404: + shell_commands: + - echo "OK" # TODO: replace with proper tests diff --git a/MODULE.bazel b/MODULE.bazel new file mode 100644 index 00000000..6cd1d112 --- /dev/null +++ b/MODULE.bazel @@ -0,0 +1 @@ +module(name = "bazel-docs", version = "1.0")