mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:56:13 +02:00
This commit is contained in:
Łukasz Uznański 2024-03-29 00:24:57 +01:00
parent 1f1d0eaa2c
commit 04903e9661
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ jobs:
- "json:lint"
- "php:cs-fixer"
- "php:sniff"
- "php:stan"
- "php:stan:github"
- "ts:lint"
- "yaml:lint"

View file

@ -141,7 +141,7 @@
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
"ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l",
"ci:php:sniff": "phpcs Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress",
"ci:php:stan": "phpstan --no-progress --error-format=github",
"ci:php:stan:github": "phpstan --no-progress --error-format=github",
"ci:static": [
"@ci:composer:normalize",