Files
probot.github.io/_apps/yamburger.md
Brandon Keepers 24863a3009 Sync data
2018-11-13 21:30:37 +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 20 2018-10-20 13:46:08 UTC 21
opsway
urcomputeringpal
citellusorg
iranzo
justaprogrammer
redhat-developer
yeled
jnewland
matfax
gofunky

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!