Skip to content

Commit 365eb37

Browse files
committed
chore: lint files when pushing to remote
1 parent b327dbe commit 365eb37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

captainhook.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
]
1515
},
1616
"pre-push": {
17-
"enabled": false,
18-
"actions": []
17+
"enabled": true,
18+
"actions": [
19+
{
20+
"action": "composer dev:lint:all"
21+
}
22+
]
1923
},
2024
"pre-commit": {
2125
"enabled": true,

0 commit comments

Comments
 (0)