Files
probot.github.io/_apps/yamburger.md
Brandon Keepers 18965bf30f Sync data
2019-01-10 21:57:58 +00:00

1.7 KiB

title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
title description slug screenshots authors repository host stars updated installations organizations
YAMBURGER Finds YAML syntax errors (or YAMBURGERS) on files changed in GitHub Pull Requests. yamburger
https://urcomputeringpal.com/assets/yamburger.gif
jnewland
urcomputeringpal
urcomputeringpal/yamburger https://yamburger.now.sh 22 2018-10-20 13:46:08 UTC 30
opsway
urcomputeringpal
tomkerkhove
citellusorg
iranzo
dannysmith
CoditEU
justaprogrammer
redhat-developer
yeled

Getting started

The authors of YAMBURGER maintain a hosted version of the source code you see here that is free during a limited preview period. Install it today!

Configuration

YAMBURGER supports validating YAML containing custom tags (like !tag). To configure the custom tags that are valid for your repository, add a .github/yamburger.yaml file to your repository like so:

tags:
- name: tag1
  kind: scalar # strings / numbers
- name: tag2
  kind: sequence # arrays / lists
- name: tag3
  kind: mapping # hashes / dictionaries

An example configuration that adds support for Home Assistant's custom YAML tags is available here.

Questions?

Please file an issue! If you'd prefer to reach out in private, please send an email to pal@urcomputeringpal.com.

If you're interested in validating Kubernetes YAML, you should check out kubevalidator! It's kinda dope!