Skip to content

Commit 948cc05

Browse files
committed
Added YAML check
1 parent e17b2d3 commit 948cc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
],
133133
"test": [
134134
"@composer-update",
135-
"EXIT=0; composer check-cs || EXIT=1; composer phpstan || EXIT=1; composer deptrac || EXIT=1; composer check-rector || EXIT=1; composer markdownlint || EXIT=1; exit $EXIT"
135+
"EXIT=0; composer check-cs || EXIT=1; composer phpstan || EXIT=1; composer deptrac || EXIT=1; composer check-rector || EXIT=1; composer markdownlint || EXIT=1; composer check-yaml || EXIT=1; exit $EXIT"
136136
]
137137
},
138138
"scripts-descriptions": {

0 commit comments

Comments
 (0)