Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created February 21, 2020 12:47
Show Gist options
  • Save BenSlabbert/06e24f4d424eb6dd8772e9d62d0545a4 to your computer and use it in GitHub Desktop.
Save BenSlabbert/06e24f4d424eb6dd8772e9d62d0545a4 to your computer and use it in GitHub Desktop.
call make target from pre-commit
repos:
- repo: local
hooks:
- id: make
language: system
name: make
entry: make <your target here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment