mirror of
https://github.com/go-shiori/shiori.git
synced 2024-12-28 03:12:11 +08:00
4 lines
60 B
Bash
Executable file
4 lines
60 B
Bash
Executable file
#!/bin/zsh -e
|
|
|
|
golint -set_exit_status ./...
|
|
go mod tidy -v
|