mirror of
https://github.com/github/codeql.git
synced 2026-03-01 13:23:49 +01:00
7 lines
160 B
Python
7 lines
160 B
Python
sh_library(
|
|
name = "sh_runfiles",
|
|
srcs = ["runfiles.sh"],
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@bazel_tools//tools/bash/runfiles"],
|
|
)
|