master
Colin McMillen 4 years ago
parent
commit
355ec402d1
  1. 8
      git-hooks.md

8
git-hooks.md

@ -0,0 +1,8 @@
Put the following in `.git/modules/public/hooks/pre-commit`:
```shell
#!/bin/sh
tools/scripts/lint.py || exit 1
dotnet test SharedTests/SharedTests.csproj || exit 1
```
Loading…
Cancel
Save