Sort language YAML file alphabetically (#303)

This commit is contained in:
Amir E. Aharoni
2023-07-17 11:52:35 +03:00
committed by GitHub
parent eca5c5f53c
commit c54454f4a2
5 changed files with 343 additions and 327 deletions

View File

@@ -23,5 +23,13 @@ jobs:
- name: Running phpcs
run: composer run-script cs
# The yaml-sort-checker library requires PHP 8.1 or higher,
# but we want to support older PHP versions,
# so we install the library here
# and not using composer.json
- name: Running yaml-sort-checker
if: ${{ matrix.php >= '8.1' }}
run: composer run-script yaml-sort-check
- name: Run tests
run: php ./vendor/bin/phpunit