Merge branch 'main' into redsun82/go-make

This commit is contained in:
Paolo Tranquilli
2024-05-06 17:43:48 +02:00
committed by GitHub
5 changed files with 22 additions and 18 deletions

View File

@@ -24,5 +24,5 @@ jobs:
extra_args: >
buildifier --all-files 2>&1 ||
(
echo -e "In order to format all bazel files, please run:\n bazel run //:buildifier"; exit 1
echo -e "In order to format all bazel files, please run:\n bazel run //misc/bazel:buildifier"; exit 1
)