Skip to content

Possible key values: Re-add text for better overview; discussed in #696 #790

Possible key values: Re-add text for better overview; discussed in #696

Possible key values: Re-add text for better overview; discussed in #696 #790

name: Check translations
on:
workflow_dispatch:
push:
pull_request:
jobs:
check-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- run: python3 sync_translations.py
- name: "Check that strings files are uptodate, otherwise run 'python3 sync_translations.py'"
run: git add -N . && git diff --exit-code