Skip to content

fix(l10n): Update translations from Transifex #2200

fix(l10n): Update translations from Transifex

fix(l10n): Update translations from Transifex #2200

# SPDX-FileCopyrightText: Nextcloud GmbH
# SPDX-FileCopyrightText: 2025 Iva Horn
# SPDX-License-Identifier: LGPL-3.0-or-later
name: NextcloudFileProviderKit
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [opened, reopened, synchronize, ready_for_review]
jobs:
Lint:
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
runs-on: macos-26
defaults:
run:
working-directory: shell_integration/MacOSX/NextcloudFileProviderKit
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log
Tests:
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
runs-on: macos-26
defaults:
run:
working-directory: shell_integration/MacOSX/NextcloudFileProviderKit
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 # v1.7.0
with:
xcode-version: latest-stable
- name: Run Tests
run: xcodebuild clean build test -scheme NextcloudFileProviderKit-Package -destination "platform=macOS,name=My Mac"