Skip to content

Commit

Permalink
Add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed May 3, 2024
1 parent cf77f48 commit 617d74e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ compile:

.PHONY: bindings
bindings: compile
./scripts/compileBindings.sh
./scripts/compile-bindings.sh
File renamed without changes.
3 changes: 3 additions & 0 deletions scripts/pre-commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

make bindings

0 comments on commit 617d74e

Please sign in to comment.