aboutsummaryrefslogtreecommitdiff
path: root/.github/build
AgeCommit message (Collapse)Author
2023-04-06Add CI logic for finding missing translations (#608)Rémy Raes
* build: add script to get missing keys per language * fix: typo * fix: check arguments before launching script * feat: script can be run with language argument * docs: add readme * fix: remove multiple spaces while searching for translations * build: add translations check CI * refactor: put translation job alongside encoding job * feat: add unicode characters because why not * build: exit with an error code if some translations are missing * build: exit using process.exit * feat: CI should continue running with missing translations * build: use actions/checkout v3 * refactor: put build directory into .github directory