Skip to content

Commit 4114838

Browse files
committed
Try to make CI run ecs
1 parent e398dfd commit 4114838

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.laminas-ci.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"exclude": [
3-
{
4-
"name": "README Linting [8.0, latest]"
5-
}
6-
]
2+
"additional_checks": [{
3+
"name": "ECS",
4+
"job": {"php": "8.4", "command": "vendor/bin/ecs check --no-progress-bar --no-ansi"}
5+
}]
76
}

0 commit comments

Comments
 (0)