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 testOr you can use Docker Compose:
cd test
docker-compose build && docker-compose run --rm testsThis project uses prettier to format the codebase. To format the codebase, run:
cd test
# verify that formatting is correct
npm run format:check
# rewrite files with pretty-printing
npm run format:writeSee contributing.md
Many thanks to our fine contributors! A full list can be found here, but you're all amazing, and we greatly appreciate your input ❤️
