Updates yaml validation step in Makefile

This commit is contained in:
Igor Kuzmenko 2017-07-18 20:10:03 +02:00
parent e5efe43abf
commit 72215e9a11

View file

@ -296,4 +296,4 @@ check-for-too-many-wallets-on-one-platform:
check-validate-yaml: check-validate-yaml:
## Validate YAML files against schemas ## Validate YAML files against schemas
$S bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml _templates/choose-your-wallet.html $S find _wallets -type f -exec bundle exec _contrib/schema-validator.rb quality-assurance/schemas/wallets.yaml {} \;