Skip to content

New translations from Crowdin (minor-next) #12439

New translations from Crowdin (minor-next)

New translations from Crowdin (minor-next) #12439

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
all-php-versions:
name: PHP ${{ matrix.php }}
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3", "8.4"]
uses: ./.github/workflows/main-php-matrix.yml
with:
php: ${{ matrix.php }}
secrets: inherit
codestyle:
name: Code Style checks
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v5
- name: Setup PHP and tools
uses: shivammathur/[email protected]
with:
php-version: 8.3
tools: php-cs-fixer:3.75
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff --ansi
shellcheck:
name: ShellCheck
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/[email protected]
translations:
name: Translation checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: 8.3
- name: Verify translations
run: php .github/workflows/verify-translations.php ${{ github.workspace }}/resources/translations