mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
Test run
This commit is contained in:
parent
1f1d0eaa2c
commit
04903e9661
2 changed files with 2 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
||||||
- "json:lint"
|
- "json:lint"
|
||||||
- "php:cs-fixer"
|
- "php:cs-fixer"
|
||||||
- "php:sniff"
|
- "php:sniff"
|
||||||
|
- "php:stan"
|
||||||
- "php:stan:github"
|
- "php:stan:github"
|
||||||
- "ts:lint"
|
- "ts:lint"
|
||||||
- "yaml:lint"
|
- "yaml:lint"
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
"ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff",
|
"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: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: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:php:stan:github": "phpstan --no-progress --error-format=github",
|
||||||
"ci:static": [
|
"ci:static": [
|
||||||
"@ci:composer:normalize",
|
"@ci:composer:normalize",
|
||||||
|
|
Loading…
Reference in a new issue