An Buildkite plugin to validate all pipelines in a repository.
steps:
- label: ':buildkite: lint pipelines'
plugins:
- xiaket/pipeline-linter:
pipelines:
- .buildkite/*.yml
This tool is also available as a docker image, you can run it as:
docker run -v /path/to/your/repo/.buildkite/:/pipelines/ \
xiaket/buildkite-pipeline-linter \
/pipelines/pipeline.yml
MIT (see LICENSE)