exec git init
exec lefthook validate

-- lefthook.yml --
pre-commit:
  jobs:
    - run: echo test
      tags:
        - echo
        - test
        - integration
