abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-translations.yml
blob: db30a29149617178a87d41976a1a86b05b7460d9 (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, otherwise run 'python3 sync_translations.py'"
      run: git add -N . && git diff --exit-code