mirror of
https://github.com/navidrome/navidrome.git
synced 2026-06-02 07:01:36 +00:00
5 lines
45 B
Bash
Executable File
5 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
golangci-lint run
|
|
make test |