mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-02 06:24:14 +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 |