Skip to content

Commit 7af41f4

Browse files
committed
Enable composer validate
1 parent 10fc53b commit 7af41f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

captainhook.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"pre-commit": {
77
"enabled": true,
88
"actions": [
9+
{
10+
"action": "composer validate --strict"
11+
},
912
{
1013
"action": "composer normalize --diff --dry-run"
1114
},

0 commit comments

Comments
 (0)