Skip to content

Instantly share code, notes, and snippets.

@dandye
Created March 28, 2018 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandye/be7a94280e6d4fbec29e7e2146df767a to your computer and use it in GitHub Desktop.
Save dandye/be7a94280e6d4fbec29e7e2146df767a to your computer and use it in GitHub Desktop.
Validate YAML
python -c 'import yaml,sys;yaml.safe_load(sys.stdin)' < .travis.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment