Berny23 / LD-ToyPad-Emulator

Toy Pad Emulator for Lego Dimensions (Unofficial Fan Project)
https://github.com/Berny23/LD-ToyPad-Emulator
MIT License
243 stars 43 forks source link

json schema validation #98

Closed VladimirKuletski closed 1 year ago

VladimirKuletski commented 1 year ago

There were multiple changes to jsons recently. As an idea: automated json schema validation using GHA for each PR As another idea: npm steps can be also added to validate the code Overall: thinking about some automated quality gates

VladimirKuletski commented 1 year ago

Created basic CI flow in #99 Added JSON schema validation for main files in #100