abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-translations.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-translations.yml')
-rw-r--r--.github/workflows/check-translations.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-translations.yml b/.github/workflows/check-translations.yml
index c06ca23..db30a29 100644
--- a/.github/workflows/check-translations.yml
+++ b/.github/workflows/check-translations.yml
@@ -12,5 +12,5 @@ jobs:
- 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
+ - name: "Check that strings files are uptodate, otherwise run 'python3 sync_translations.py'"
+ run: git add -N . && git diff --exit-code