mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
8 lines
120 B
YAML
8 lines
120 B
YAML
{
|
|
"language": "go",
|
|
"os": "linux",
|
|
"group": "stable",
|
|
"dist": "trusty",
|
|
"script": "go get -v && go test -v"
|
|
}
|