example-bazel-monorepo icon indicating copy to clipboard operation
example-bazel-monorepo copied to clipboard

Buildkite Pipeline - Add other relevant pipeline steps

Open thundergolfer opened this issue 6 years ago β€’ 0 comments

Description

Running bazel test //... is great and all, but there are other CI steps that any respectable Bazel monorepo should run. Right now I can think of:

  1. BUILD file and other Bazel file linting. Important in context of project
  2. Code linting (this could be costly if this project involves 4-5 different languages)
  3. Some sort of WORKSPACE file validation

thundergolfer avatar May 19 '19 12:05 thundergolfer