mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 04:47:42 +03:00
5 lines
45 B
Bash
Executable File
5 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
golangci-lint run
|
|
make test |