Skip to content

Commit a60f891

Browse files
committed
fix (build): Install Buildifier for Bazel Steward
1 parent a433b81 commit a60f891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bazel-steward.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
# if: github.event.pull_request.head.repo.full_name == github.repository
4040
if: github.repository == 'enola-dev/enola' # Don't do this in forks
4141
steps:
42+
- name: Install Buildifier
43+
run: go install github.com/bazelbuild/buildtools/buildifier@latest
4244
- uses: actions/checkout@v4
4345
with:
4446
fetch-depth: 0

0 commit comments

Comments
 (0)