We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fc53b commit 7af41f4Copy full SHA for 7af41f4
captainhook.json
@@ -6,6 +6,9 @@
6
"pre-commit": {
7
"enabled": true,
8
"actions": [
9
+ {
10
+ "action": "composer validate --strict"
11
+ },
12
{
13
"action": "composer normalize --diff --dry-run"
14
},
0 commit comments