Skip to content

Commit e2223b7

Browse files
committed
temp
1 parent a43b7f2 commit e2223b7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
composer-options: "${{ inputs.composer-options }}"
4949

5050
- name: Run ECS
51-
run: tools/ecs/vendor/bin/ecs check --config tools/ecs/ecs.php
51+
run: "${{ inputs.working-directory }}/vendor/bin/ecs check --config tools/ecs/ecs.php"

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"squizlabs/php_codesniffer": "3.13.2"
2323
},
2424
"config": {
25-
"sort-packages": true
25+
"sort-packages": true,
26+
"allow-plugins": {
27+
"dealerdirect/phpcodesniffer-composer-installer": false
28+
}
2629
}
2730
}

0 commit comments

Comments
 (0)