Cemu
Cemu copied to clipboard
Check Linux dist files in CI
This PR adds a CI step to check if Linux dist files are valid.
In case you wondering why I use Arch: The AppStream spec has gotten a few new features since the last Ubuntu release. This is not a problem, since unknown elements will just be ignored by older AppStream versions, but the validation might fail. The validation has also been improved since them. Which Arch we always have the latest version.
The validation will currently fail, because the Linux dist files currently have a CRLF line separator while a LF separator is required.