Skip to content

Commit

Permalink
adds pre-commit hook for "make check-strings"
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Nov 23, 2021
1 parent e423a60 commit 21fd871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
TOP=`git rev-parse --show-toplevel`

make -C "$TOP" check-strings

0 comments on commit 21fd871

Please sign in to comment.