slack-ruby / slack-api-ref

This is a maintained, machine-readable version of the Slack API Docs.
MIT License
42 stars 15 forks source link

Add validation support for schema files #13

Closed mre closed 7 years ago

mre commented 7 years ago

This adds validation support for schema files. It's a first step towards automated build support as discussed in #12.

dblock commented 7 years ago

Looks good, the validation part could be a separate PR if you want, useful by itself.

mre commented 7 years ago

You're right. Narrowed down the scope to support validation only for now. I will create a separate PR for the travis stuff. If it looks good to you, I guess we could merge this already.

dblock commented 7 years ago

Lets enable the build with actual validation to finish this PR? Add .travis.yml with whatever that needs and a badge?

mre commented 7 years ago

Sure! Added the .travis.yml and the badge. Note that I already included initial support for running the cronjob. This will be used in the next pull request.

dblock commented 7 years ago

Merging.

dblock commented 7 years ago

Update https://github.com/slack-ruby/slack-api-ref/blob/master/CHANGELOG.md too when you wrap up cron.