abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-translations.yml
blob: 82d87c667e7558ab69c91e7ee84e4ddba4836972 (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@v3
    - run: python3 sync_translations.py
    - name: Check that strings files are uptodate, run python3 sync_translations.py otherwise
      run: git diff --exit-code