Skip to content

Commit 816c492

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

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": "Easy Coding Standard",
4+
"job": "{\"php\": \"@latest\", \"command\": \"vendor/bin/ecs check ---no-progress-bar --no-ansi\"}"
5+
}]
76
}

0 commit comments

Comments
 (0)