constellation/bazel/sh/BUILD.bazel
Paul Meyer 0fc15b2393 bazel: add shellcheck to //:check
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-16 11:13:14 -04:00

13 lines
188 B
Python

exports_files([
"repo_command.sh.in",
"noop_warn.sh.in",
])
sh_library(
name = "base_lib",
srcs = [
"lib.bash",
],
visibility = ["//visibility:public"],
)