forked from quic-go/quic-go
add a pre-commit hook that checks that tests are not focussed
This commit is contained in:
8
.githooks/README.md
Normal file
8
.githooks/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Git Hooks
|
||||
|
||||
This directory contains useful Git hooks for working with quic-go.
|
||||
|
||||
Install them by running
|
||||
```bash
|
||||
git config core.hooksPath .githooks
|
||||
```
|
||||
Reference in New Issue
Block a user