* fix: Desktop file validation failing
There was a missing [es] in a translation and a translated Comment that doesn't exist in english. This commit makes desktop-file-validate pass
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
* improv(ci): Add desktop file validation to CI
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
---------
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit adds a simple CI job that runs cargo test, to help with ensuring changes don't regress in tests
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>