A JSON Schema for Buildkite’s pipeline file format, covering all current, documented options. Useful for linting/validating your pipeline.yml files using tools like YAML VSCode Extension by Red Hat.
See:
If you have Node 10+ installed:
cd test
npm install && npm test
Or you can use Docker Compose:
cd test
docker-compose build && docker-compose run --rm tests