We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b7f2 commit e2223b7Copy full SHA for e2223b7
.github/workflows/coding-standard.yml
@@ -48,4 +48,4 @@ jobs:
48
composer-options: "${{ inputs.composer-options }}"
49
50
- name: Run ECS
51
- run: tools/ecs/vendor/bin/ecs check --config tools/ecs/ecs.php
+ run: "${{ inputs.working-directory }}/vendor/bin/ecs check --config tools/ecs/ecs.php"
composer.json
@@ -22,6 +22,9 @@
22
"squizlabs/php_codesniffer": "3.13.2"
23
},
24
"config": {
25
- "sort-packages": true
+ "sort-packages": true,
26
+ "allow-plugins": {
27
+ "dealerdirect/phpcodesniffer-composer-installer": false
28
+ }
29
}
30
0 commit comments