mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
1.7 KiB
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 |
|
|
urcomputeringpal/yamburger | https://yamburger.now.sh | 22 | 2018-10-20 13:46:08 UTC | 31 |
|
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!