Very true, you don’t need to install the hooks on the CI, but you never commit on a CI, so the hooks are never executed. I considered adding another condition to the tasks’ onlyIf
but it seemed unnecessary since the CI deletes the workspaces after it’s done (and running the installGitHooks
task takes a few milliseconds at most). Will add a note for people who might have different setups.