Files
probot.github.io/_apps/yamburger.md
Brandon Keepers 595f0f0281 Sync data
2018-09-27 21:01:54 +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 17 2018-09-08 13:41:00 UTC 11
urcomputeringpal
redhat-developer
justaprogrammer
yeled
jnewland
gofunky
esilva-everbridge
gr2m

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!