Skip to content

Fix(l10n): Update translations from Transifex #1230

Fix(l10n): Update translations from Transifex

Fix(l10n): Update translations from Transifex #1230

Workflow file for this run

# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: composer check
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
composer:
runs-on: ubuntu-latest
name: composer install check
steps:
- uses: actions/checkout@v2
- name: install dependencies
uses: php-actions/composer@v5
with:
php_version: 8.0
version: 1
args: -d ./3rdparty/
- name: ensure no changes
run: git diff-index HEAD