mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 12:27:43 +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
|