abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-translations.yml
blob: c06ca2388fc12a8319e64ea41a15231125011275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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, run python3 sync_translations.py otherwise
      run: git diff --exit-code