Files
navidrome/git/pre-push
T

9 lines
100 B
Bash
Executable File

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