Skip to content

Commit

Permalink
Updates yaml validation step in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzzmi committed Jul 18, 2017
1 parent e5efe43 commit 72215e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ check-for-too-many-wallets-on-one-platform:

check-validate-yaml:
## 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 {} \;

0 comments on commit 72215e9

Please sign in to comment.