We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e398dfd commit 4114838Copy full SHA for 4114838
1 file changed
.laminas-ci.json
@@ -1,7 +1,6 @@
1
{
2
- "exclude": [
3
- {
4
- "name": "README Linting [8.0, latest]"
5
- }
6
- ]
+ "additional_checks": [{
+ "name": "ECS",
+ "job": {"php": "8.4", "command": "vendor/bin/ecs check --no-progress-bar --no-ansi"}
+ }]
7
}
0 commit comments