File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
run : |
50
50
go install github.com/bazelbuild/buildtools/buildifier@latest
51
51
export PATH=$PATH:$(go env GOPATH)/bin
52
- find . -name "BUILD" | xargs -n1 buildifier -mode=check
52
+ find . -name "WORKSPACE" -o -name "* BUILD*" -o -name "*.bzl " | xargs -n1 buildifier -mode=check
53
53
54
54
- name : Format (addlicense)
55
55
run : |
Original file line number Diff line number Diff line change 1
- load("@rules_cc//cc:defs.bzl", "cc_library")
2
1
load("@rules_rust//rust:defs.bzl", "rust_static_library")
3
2
4
3
licenses(["notice"]) # Apache 2
@@ -18,6 +17,7 @@ rust_static_library(
18
17
"@proxy_wasm_cpp_host//bazel/cargo/wasmtime:anyhow",
19
18
"@proxy_wasm_cpp_host//bazel/cargo/wasmtime:env_logger",
20
19
"@proxy_wasm_cpp_host//bazel/cargo/wasmtime:once_cell",
20
+ # buildifier: leave-alone
21
21
"@proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime",
22
22
],
23
23
)
You can’t perform that action at this time.
0 commit comments