mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 05:11:17 +00:00
6 lines
136 B
Text
6 lines
136 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
# install from the root of the repo with:
|
||
|
# ln -s ../../.githooks/pre-push .git/hooks/pre-push
|
||
|
|
||
|
make vet fmt lint
|