Skip to content

Commit be94cd6

Browse files
chore: provide bazel-tools from devcontainer
1 parent 1939bde commit be94cd6

3 files changed

Lines changed: 33 additions & 1 deletion

File tree

BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ docs(
2626
],
2727
source_dir = "docs",
2828
)
29+
30+
# bazel run //:shellcheck
31+
alias(
32+
name = "shellcheck",
33+
actual = "@score_devcontainer//tools:shellcheck",
34+
)
35+
36+
# bazel run //:actionlint
37+
alias(
38+
name = "actionlint",
39+
actual = "@score_devcontainer//tools:actionlint",
40+
)

MODULE.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ http_file(
7070
)
7171

7272
bazel_dep(name = "score_process", version = "1.5.4")
73+
74+
# Provide the tools from the devcontainer to Bazel
75+
bazel_dep(name = "score_devcontainer", version = "0.0.0")
76+
git_override(
77+
module_name = "score_devcontainer",
78+
branch = "bazel",
79+
remote = "https://github.com/eclipse-score/devcontainer.git",
80+
)

MODULE.bazel.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)