Skip to content

Commit 747954f

Browse files
authored
1 parent d5153fb commit 747954f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/formatting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
./buildifier -lint=warn -mode=check -warnings=all -r ${{ github.workspace }}
2222
rm ./buildifier
2323
env:
24-
BUILDIFIER_VERSION: 8.0.2
24+
BUILDIFIER_VERSION: 8.2.0
2525
- uses: DoozyX/clang-format-lint-action@v0.14
2626
with:
2727
source: '.'

examples/hello_world/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ crate.from_cargo(
2828
manifests = ["//third-party-in-workspace:Cargo.toml"],
2929
)
3030
use_repo(crate, "crates_in_workspace")
31+
3132
crate.annotation(
3233
additive_build_file = "//:BUILD.anyhow.bazel",
3334
crate = "anyhow",

0 commit comments

Comments
 (0)