We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a433b81 commit a60f891Copy full SHA for a60f891
.github/workflows/bazel-steward.yaml
@@ -39,6 +39,8 @@ jobs:
39
# if: github.event.pull_request.head.repo.full_name == github.repository
40
if: github.repository == 'enola-dev/enola' # Don't do this in forks
41
steps:
42
+ - name: Install Buildifier
43
+ run: go install github.com/bazelbuild/buildtools/buildifier@latest
44
- uses: actions/checkout@v4
45
with:
46
fetch-depth: 0
0 commit comments