Skip to content

Commit c260ee6

Browse files
author
Nigel Greenway
committed
[a] add \pre-commit\ action to validate composer
1 parent dc7891a commit c260ee6

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
@@ -8,6 +8,9 @@
88
"actions": [
99
{
1010
"action": "./bin/phpcs -p --standard=psr2-override.xml src"
11+
},
12+
{
13+
"action": "composer validate --quiet"
1114
}
1215
]
1316
},

0 commit comments

Comments
 (0)