quintodrome/git/pre-push
2020-07-21 20:30:04 -04:00

9 lines
No EOL
100 B
Bash
Executable file

#!/bin/sh
set -e
echo "#### Linting"
golangci-lint run -v
echo
echo "#### Running tests"
make test