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

9 lines
100 B
Bash
Executable File

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