AlexSatrapa / StarfieldOutpostCLI

A simple calculator to help build outposts in Starfield
Other
0 stars 0 forks source link

Add schema validation to ensure that YAML files are built correctly #4

Open AlexSatrapa opened 4 months ago

AlexSatrapa commented 4 months ago

Check out Schema on PyPi.

I'd like to automatically validate materials.yml any time it's changed, and disallow committing changes if it's not valid. But first steps first, set up a schema and add a test to validate materials.yml against it.