Skip to content

Commit e704c93

Browse files
minor fix
1 parent 218f63b commit e704c93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bazel-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
run: |
2828
sudo curl -L https://github.com/bazelbuild/buildtools/releases/download/v8.2.1/buildifier-linux-amd64 -o /usr/bin/buildifier
2929
sudo chmod +x /usr/bin/buildifier
30+
- name: Run Buildifier
31+
run: |
3032
buildifier --mode=check $(find ./utils/bazel -name *BUILD*)

0 commit comments

Comments
 (0)