Things to check in actions: 1. **Bazel Build** - Check if Bazel is building is successful `bazel build -- //:...` 2. **[Buildifier](https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md)** - Check if Bazel files are following good practices. - Files to include -> `*.bzl` + `WORKSPACE` + `.bazel`
Things to check in actions:
bazel build -- //:...*.bzl+WORKSPACE+.bazel