Skip to content

fix(PinState): don't trigger sync when file's PinState changed to Unspecified. #4722

fix(PinState): don't trigger sync when file's PinState changed to Unspecified.

fix(PinState): don't trigger sync when file's PinState changed to Unspecified. #4722

# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: GPL-2.0-or-later
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check German
run: |
[[ $(grep "Benötigt keine Übersetzung" translations/client_de.ts -c) -gt 0 ]] && exit 1 || exit 0