mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Run pre-push linting in verbose more
This commit is contained in:
parent
f28e8118dc
commit
ff623a8dce
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
golangci-lint run
|
||||
echo "#### Linting"
|
||||
golangci-lint run -v
|
||||
|
||||
echo
|
||||
echo "#### Running tests"
|
||||
make test
|
Loading…
Add table
Add a link
Reference in a new issue