We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cec2d commit 07ff1a9Copy full SHA for 07ff1a9
.github/workflows/static.yml
@@ -25,4 +25,4 @@ jobs:
25
uses: ramsey/composer-install@v3
26
27
- name: Style
28
- run: composer test:lint
+ run: composer test:style
composer.json
@@ -60,7 +60,7 @@
60
},
61
"scripts": {
62
"lint": "ecs --fix",
63
- "test:lint": "ecs",
+ "test:style": "ecs",
64
"test:phpstan": "pest --testsuite phpstan",
65
"test:rector": "pest --testsuite rector",
66
"test:phpcsfixer": "pest --testsuite phpcsfixer",
0 commit comments