Skip to content

Do not show failure popul for VFS when hydration finished with code 200 or 204. #1551

Do not show failure popul for VFS when hydration finished with code 200 or 204.

Do not show failure popul for VFS when hydration finished with code 200 or 204. #1551

name: Check translations
on:
pull_request:
types: [opened, synchronize, reopened]
# Declare default permissions as read only.
permissions: read-all
jobs:
checkTranslations:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- name: Check German
run: |
[[ $(grep "Benötigt keine Übersetzung" translations/client_de.ts -c) -gt 0 ]] && exit 1 || exit 0