Files
PocketMine-MP/resources/translations/.github/workflows/verify-translations.yml
Dylan K. Taylor 25e1feadd8 Add 'resources/translations/' from commit '822b73086d50f4dc5eb938d30f29349d10f91c70'
git-subtree-dir: resources/translations
git-subtree-mainline: ca332588b8
git-subtree-split: 822b73086d
2025-10-18 13:36:04 +01:00

24 lines
431 B
YAML

name: Verify translations
on:
push:
branches-ignore:
- 'l10n/*'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.3
- name: Verify translations
run: php .github/workflows/verify-translations.php ${{ github.workspace }}