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

@@ -50,6 +50,7 @@
"scripts": {
"fix": "phpcbf",
"cs": "phpcs -sp",
"yaml-sort-check": "composer require mhujer/yaml-sort-checker; yaml-sort-checker",
"test": [
"@composer validate --no-interaction",
"phpunit",