sellorm / awesome-blogdown

An awesome curated list of blogs built using blogdown
https://awesome-blogdown.com
Creative Commons Zero v1.0 Universal
96 stars 50 forks source link

implement a json checker that can run in CI #29

Closed sellorm closed 6 years ago

sellorm commented 6 years ago

At the moment, when updates are applied to the main site json file no checks are performed on the structure of the json itself.

This means it's possible for an update to break the site through malformed json.

It should be reasonably straightforward to write something that travis can use to check the validity of the json syntax before updates are accepted, or at least alerts in the event of an error.

sellorm commented 6 years ago

I did this ages ago, but forgot to close the ticket!