Git Hooks
Trunk supports triggering actions on all githooks
Features
Manual installation
trunk git-hooks syncAutomatic Installation
Triggering an action from a githook
Definition
- id: git-lfs
display_name: Git LFS
description: Git LFS hooks
run: git lfs "${hook}" "${@}"
triggers:
- git_hooks: [post-checkout, post-commit, post-merge, pre-push]Template resolution
Variable
Description
Interactivity
Testing a githook action
githook actionDebugging a githook action
githook action
Uninstalling
Last updated

