anansi-project / comicinfo

ComicInfo.xml's new home
https://anansi-project.github.io/docs/category/comicinfo
MIT License
136 stars 8 forks source link

Fixed Rating tag #15

Closed ThePromidius closed 2 years ago

ThePromidius commented 2 years ago

The file was not validating. There was a typo where it was "xsd" instead of "xs"

gotson commented 2 years ago

The file was not validating.

which tool did you use for that ? I'm thinking we should add validation via Github Actions to avoid it in the future.

ThePromidius commented 2 years ago

Any online validator. I was trying to create my python ComicInfo class with a tool and it gave me the error I then realized what was wrong there

gotson commented 2 years ago

I added CI checks for validation against XSD 1.1 ✅

Thanks for the fix!