Revision 216d99439bd18608259d7a81571c94d2e4d891e5 authored by SeƱor Performo - Leandro Melendez on 12 July 2024, 20:47:23 UTC, committed by GitHub on 12 July 2024, 20:47:23 UTC
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
1 parent ef624c7
Raw File
lefthook.rc
# This file is used by lefthook to 'expose' the bingo-installed lefthook under
# the name `lefthook`, as expected by the lefthook pre-commit scripts

. .bingo/variables.env

lefthook () {
  ${LEFTHOOK} "$@"
}
back to top