fail if update-translations modified files
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Sainan 2025-04-13 05:22:02 +02:00
parent 5780648bca
commit 5429b74990

View File

@ -15,6 +15,7 @@ jobs:
- run: npm run verify
- run: npm run lint:ci
- run: npm run prettier
- run: npm run update-translations
- name: Fail if there are uncommitted changes
run: |
if [[ -n "$(git status --porcelain)" ]]; then