constellation/BUILD.bazel
Paul Meyer 8679988b6c fixup! bazel: add tidy and check
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-03-14 03:43:51 -04:00

22 lines
423 B
Python

load("@bazeldnf//:def.bzl", "bazeldnf")
exports_files([
"WORKSPACE.bazel",
])
bazeldnf(name = "bazeldnf")
alias(
name = "tidy",
actual = "//bazel/ci:tidy",
)
alias(
name = "check",
actual = "//bazel/ci:check",
)
# These magic Gazelle commands need to be in the top-level BUILD file.
# gazelle:map_kind go_test go_test //bazel/go:go_test.bzl
# gazelle:prefix github.com/edgelesssys/constellation/v2