mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
5 lines
60 B
Text
5 lines
60 B
Text
|
#!/bin/zsh -e
|
||
|
|
||
|
golint -set_exit_status ./...
|
||
|
go mod tidy -v
|