Skip to content

Commit c1c3885

Browse files
committed
Fix CaptainHook setting
1 parent 414b4c0 commit c1c3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captainhook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"action": "\\Ruudk\\ReadmeExamplesSyncHook\\SyncReadmeExamples"
1717
},
1818
{
19-
"action": "vendor/bin/php-cs-fixer fix"
19+
"action": "vendor/bin/php-cs-fixer check --diff"
2020
}
2121
]
2222
}

0 commit comments

Comments
 (0)