mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 10:30:52 +00:00
Adds a lint job to the CI where we can do sanity analysis on included files to help spot errors on non-cpp source files that may cause problems during runtime. This first job implements contrib/devtools/check-translations.py that alerts the repository of errors in the translation files in src/qt/locale. Errors in a translation file are otherwise only becoming visible during runtime.