Add basic formatting to new regmem data #332
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check translations are present | |
on: | |
pull_request: | |
jobs: | |
check_translation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
submodules: true | |
fetch-depth: '0' | |
- name: setup | |
shell: bash | |
run: | | |
sudo apt-get install -y gettext | |
sudo locale-gen en_CA.UTF-8 | |
- name: Check translation | |
id: check_translation | |
shell: bash | |
run: | | |
scripts/generate-translations --test |